MySQLdb...

Gerhard Häring gh_pythonlist at gmx.de
Wed Oct 24 13:42:08 EDT 2001


On Wed, Oct 24, 2001 at 01:28:46PM +0000, Vincent A. Primavera wrote:
> Hello,
> 	I am experiencing a problem using MySQLdb with release 2.1.1 of Python...  
> The error is listed below.  If anyone has any suggestions of how I can "fake 
> out" MySQLdb or what else I need to do I would greatly appreciate it.
> 
> 	Thank you,
> 	Vincent A. Primavera.
> 
> WARNING: Python C API version mismatch for module _mysql:
>   This Python has API version 1010, module _mysql has version 1007.

Your MySQLdb was compiled against an older version of Python, I guess
2.0. Just recompile it with Python 2.1.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id 86AB43C0
public key fingerprint: DEC1 1D02 5743 1159 CD20  A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))




More information about the Python-list mailing list