Created
May 30, 2012 19:08
-
-
Save rkitover/2838336 to your computer and use it in GitHub Desktop.
easy_install pywin32
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\rkitover\MinGW_w64_buildbot>easy_install pywin32 | |
| Searching for pywin32 | |
| Reading http://pypi.python.org/simple/pywin32/ | |
| Reading http://sf.net/projects/pywin32 | |
| Reading http://sourceforge.net/project/showfiles.php?group_id=78018 | |
| Reading https://sourceforge.net/projects/pywin32/files/pywin32/ | |
| No local packages or download links found for pywin32 | |
| Best match: None | |
| Traceback (most recent call last): | |
| File "C:\Python27\Scripts\easy_install-script.py", line 8, in <module> | |
| load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')() | |
| File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 171 | |
| 2, in main | |
| File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 170 | |
| 0, in with_ei_usage | |
| File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 171 | |
| 6, in <lambda> | |
| File "C:\Python27\lib\distutils\core.py", line 152, in setup | |
| dist.run_commands() | |
| File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands | |
| self.run_command(cmd) | |
| File "C:\Python27\lib\distutils\dist.py", line 972, in run_command | |
| cmd_obj.run() | |
| File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 211 | |
| , in run | |
| File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 434 | |
| , in easy_install | |
| File "build/bdist.linux-i686/egg/setuptools/package_index.py", line 475, in fe | |
| tch_distribution | |
| AttributeError: 'NoneType' object has no attribute 'clone' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment