Menu

error importing MySQLdb

Help
2003-02-18
2012-09-19
  • Xavier Martin

    Xavier Martin - 2003-02-18

    Hi,
    When I try to import MySQLdb pythonthrows this error:

    Traceback (most recent call last):
      File "./prova_mysql.py", line 2, in ?
        import MySQLdb
      File "/usr/lib/python2.2/site-packages/MySQLdb/__init__.py", line 27, in ?
        import _mysql
    ImportError: /usr/lib/libmysqlclient_r.so.11: undefined symbol: ERR_get_error_line_data

    I've got mysql 4.0.7 and mysql-python 0.9.2. and

    Anyone can help me?

    xavi

     
    • Jeremy Cowgar

      Jeremy Cowgar - 2003-03-26

      I had the same problems when trying to install MySQLdb with python 2.1 ... It installs and functions just peachy for me with 2.2. I never did resolve the 2.1 problems though. Sorry.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.