I am trying to install easy_install by running ez_setup.py from command line (64bit windows machine) and getting a "Invalid Syntax" on the following line:
except pkg_resources.VersionConflict, e:
Python version 3.2.3
Any suggestions how to resolve this? Thanks
UPDATE: Sorry people, I am completely new to Python, now it is failing on this line:
print "Setuptools version",version,"or greater has been installed."
Change the comma to 'as'
except pkg_resources.VersionConflict as e:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With