D
daiwei
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,
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,