Created
September 25, 2012 11:47
-
-
Save cointoss1973/3781300 to your computer and use it in GitHub Desktop.
ez_setup.py Python 2.7.3 x64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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