| ImportError | Python 2.3.4: /usr/bin/python Fri Sep 5 16:12:42 2008 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/rumbo/public_html/frente/art.py |
| 6 import sys |
| 7 import re |
| 8 import MySQLdb |
| 9 |
| 10 print "Content-type: text/html" |
| MySQLdb undefined |
| /usr/lib/python2.3/site-packages/MySQLdb/__init__.py |
| 17 from release import __version__, version_info, __author__ |
| 18 |
| 19 import _mysql |
| 20 |
| 21 if version_info != _mysql.version_info: |
| _mysql undefined |
ImportError: libmysqlclient_r.so.14: cannot open shared object file: No such file or directory
args =
('libmysqlclient_r.so.14: cannot open shared object file: No such file or directory',)