MySQLdb install

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • daiwei@gmail.com

    #1

    MySQLdb install

    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_yie ld"

    Thanks,

    Wei,

Working...