Skip to content

Instantly share code, notes, and snippets.

@cointoss1973
Created September 25, 2012 11:47
Show Gist options
  • Save cointoss1973/3781300 to your computer and use it in GitHub Desktop.
Save cointoss1973/3781300 to your computer and use it in GitHub Desktop.
ez_setup.py Python 2.7.3 x64
C:\Users\tkondou\Downloads>python ez_setup.py
Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-p
y2.7.egg
Traceback (most recent call last):
File "ez_setup.py", line 278, in <module>
main(sys.argv[1:])
File "ez_setup.py", line 212, in main
from setuptools.command.easy_install import main
File "C:\Users\tkondou\Downloads\setuptools-0.6c11-py2.7.egg\setuptools\__init
__.py", line 2, in <module>
File "C:\Users\tkondou\Downloads\setuptools-0.6c11-py2.7.egg\setuptools\extens
ion.py", line 2, in <module>
File "C:\Users\tkondou\Downloads\setuptools-0.6c11-py2.7.egg\setuptools\dist.p
y", line 5, in <module>
File "C:\Users\tkondou\Downloads\setuptools-0.6c11-py2.7.egg\setuptools\comman
d\__init__.py", line 13, in <module>
ImportError: No module named bdist
C:\Users\tkondou\Downloads>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment