Regarding MySQLdb
praba kar
prabapython at yahoo.co.in
Wed Jun 29 04:40:35 EDT 2005
Dear All
After installation of Mysql-Python Interface.
I try to import MySQLdb but I got below error
How to correct this error.
regards
Praba
>>> import MySQLdb
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "MySQLdb/__init__.py", line 27, in ?
import _mysql
ImportError: libmysqlclient.so.12: cannot open shared
object file: No such file or directory
>>> import _mysql
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: libmysqlclient.so.12: cannot open shared
object file: No such file or directory
>>
__________________________________________________________
How much free photo storage do you get? Store your friends 'n family snaps for FREE with Yahoo! Photos http://in.photos.yahoo.com
More information about the Python-list
mailing list