MySQLdb module generating errors

amaltasb at gmail.com amaltasb at gmail.com
Tue Apr 11 08:58:48 EDT 2006


I installed MySQLdb module on bsd and when I import I get the following
error...

Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "MySQLdb/__init__.py", line 27, in ?
    import _mysql
ImportError: /usr/local/lib/liblthread.so.2: Undefined symbol
"_sched_yield"

Is any module missing ??

Thanks




More information about the Python-list mailing list