Exception When Installing Setuptools On Python 2.7.6
I'm installing setuptools for Python 2.7.6 on Windows 7 64-bit machine and get the following error C:\Python27\install_scripts>python ez_setup.py Extracting in c:\users\p\appdat
Solution 1:
That's the problem occurred because of some internal Python 2.7.6 issue. Try to install 2.7.5
- it should work fine. That's a bug report for that problem on python bug tracker.
Post a Comment for "Exception When Installing Setuptools On Python 2.7.6"