could somebody walk me through installing the python configobj
module? I downloaded it from here
but it throws an error during installation
except Exception, e:
^
SyntaxError: invalid syntax
I have Python 3.3.2
installed and the problem is known about the different syntax between Python 2.7
and 3.x
. The question is, does anybody know a fix for this problem?