Advertisement
Guest User

Untitled

a guest
Jan 13th, 2010
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. C:\>easy_install MySQLdb
  2. Searching for MySQLdb
  3. Reading http://pypi.python.org/simple/MySQLdb/
  4. Couldn't find index page for 'MySQLdb' (maybe misspelled?)
  5. Scanning index of all packages (this may take a while)
  6. Reading http://pypi.python.org/simple/
  7. No local packages or download links found for MySQLdb
  8. Best match: None
  9. Traceback (most recent call last):
  10. File "C:\Python26\Scripts\easy_install-script.py", line 8, in <module>
  11. load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
  12. File "C:\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\com
  13. mand\easy_install.py", line 1712, in main
  14.  
  15. File "C:\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\com
  16. mand\easy_install.py", line 1700, in with_ei_usage
  17.  
  18. File "C:\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\com
  19. mand\easy_install.py", line 1716, in <lambda>
  20.  
  21. File "C:\Python26\lib\distutils\core.py", line 152, in setup
  22. dist.run_commands()
  23. File "C:\Python26\lib\distutils\dist.py", line 975, in run_commands
  24. self.run_command(cmd)
  25. File "C:\Python26\lib\distutils\dist.py", line 995, in run_command
  26. cmd_obj.run()
  27. File "C:\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\com
  28. mand\easy_install.py", line 211, in run
  29.  
  30. File "C:\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\com
  31. mand\easy_install.py", line 434, in easy_install
  32.  
  33. File "C:\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\pac
  34. kage_index.py", line 475, in fetch_distribution
  35. AttributeError: 'NoneType' object has no attribute 'clone'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement