$ easy_install-2.6 -d /home/user/lib/python2.6 MySQLdb
Searching for MySQLdb
Reading http://pypi.python.org/simple/MySQLdb/
Couldn't find index page for 'MySQLdb' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for MySQLdb
error: Could not find suitable distribution for Requirement.parse('MySQLdb')
views:
685answers:
1I looks like this is currently installing MySQL-python 1.2.2, which does not contain MySQLdb 1.2.3
BryanWheelock
2010-06-15 18:41:10
Right you are. Link fixed.
Adam Bernier
2010-06-15 18:43:47