import MySQLdb on Mac OS X (Python 2.0)
Richard Scott Glazerman
rsg at cc.gatech.edu
Mon Apr 9 18:49:36 EDT 2001
I've gotten Python 2.0 installed on my OS X box, along with MySQL. I've
run the installer for MySQLdb, but when I try to import, i get the following
error:
>>> import MySQLdb
dyld: python multiple definitions of symbol _strtol
/usr/lib/libSystem.B.dylib(strtol.o) definition of _strtol
/usr/local/lib/python2.0/site-packages/_mysql.so definition of _strtol
anybody have any ideas as to how to fix this??
Thanks for the help
--
Rich Glazerman
rsg at cc.gatech.edu
"640K ought to be enough for anybody." - Bill Gates, 1981
More information about the Python-list
mailing list