Hello. I'm getting this error when I try to import MySQLdb:
ImportError: libmysqlclient_r.so.10: cannot open shared object file: No such file or directory
But that file does exist in /usr/lib/mysql.
I'm using Python 2.2, mysql 3.23.52 and MySQLdb 0.9.2. Anyone experiencing any similar errors? Thanks for your help in advance.
Sorry about the dupe.
I was able to get it to work by creating a symlink to the file in /usr/lib
Log in to post a comment.
Hello. I'm getting this error when I try to import MySQLdb:
ImportError: libmysqlclient_r.so.10: cannot open shared object file: No such file or directory
But that file does exist in /usr/lib/mysql.
I'm using Python 2.2, mysql 3.23.52 and MySQLdb 0.9.2. Anyone experiencing any similar errors? Thanks for your help in advance.
Sorry about the dupe.
I was able to get it to work by creating a symlink to the file in /usr/lib