I try to install easy_install by running ez_setup.py from the command line (64-bit Windows machine) and getting "Invalid syntax" in the following line:
except pkg_resources.VersionConflict, e:
Python Version 3.2.3
Any suggestions to fix this? Thanks
UPDATE: Sorry, I'm completely new to Python, now it fails on this line:
Type "Version Setuptools," version, "or more installed."
d1337 source share