26 Mar
2001
26 Mar
'01
10:18 a.m.
On Thursday 22 March 2001 19:39, you wrote:
I have been downloaded the MySQL user folder version 0.5.3 and MySQLdb 0.3.4 into my website products, the Zope version is 2.3 ,but when i restart my zope it shows that the MySQL user folder is broken and the traceback is like this:-
ImportError: No module named MySQLdb
i have tried to copy the MySQLdb into website/bin/lib and also on top of the website but still not work.
Please let me know as soon as possible TQ!
You haven't installed MySQLdb properly. python interpreter that runs zope can't find it. If you are using source version of MySQLdb, you have to compile it and install under site-packages directory of your python interpreter.