MySQLdb...
Skip Montanaro
skip at pobox.com
Wed Oct 24 13:41:49 EDT 2001
More information about the Python-list mailing list
Wed Oct 24 13:41:49 EDT 2001
- Previous message (by thread): MySQLdb...
- Next message (by thread): defaultdict -> standard library?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Vincent> WARNING: Python C API version mismatch for module _mysql:
Vincent> This Python has API version 1010, module _mysql has version 1007.
You need to rebuild the MySQLdb package using the version of Python in which
you want to load it. Generally speaking, just change to your MySQLdb
directory and execute
python setup.py install
--
Skip Montanaro (skip at pobox.com)
http://www.mojam.com/
http://www.musi-cal.com/
- Previous message (by thread): MySQLdb...
- Next message (by thread): defaultdict -> standard library?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list