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
Log in to post a comment.
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