MySQLdb install
daiwei at gmail.com
daiwei at gmail.com
Fri Aug 26 19:57:18 EDT 2005
Hi,
I installed the MySQLdb on my BSD, but when I import it I got following
errors. Any idea how to fix it?
import MySQLdb
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.3/site-packages/MySQLdb/__init__.py",
line 27, in ?
import _mysql
ImportError: /usr/local/lib/liblthread.so.2: Undefined symbol
"_sched_yield"
Thanks,
Wei,
More information about the Python-list
mailing list