[Zope] mysql problem - broken ZMySQLDA
Jürgen R. Plasser / Hexagon
Jürgen R. Plasser / Hexagon
Thu, 11 Oct 2001 17:07:50 +0200
I have installed the MySQL-python-0.3.5 package on my win2k system using the
readme file and it seems to work fine (can I test this?). Mysql 3.23.39-nt
is installed in c:\myslq.
Then I restart Zope to test ZMySQLDA, but it is broken and I only get the
following error message:
***
Traceback (most recent call last):
File "C:\PROGRA~1\Zope241\lib\python\OFS\Application.py", line 558, in
import_product
product=__import__(pname, global_dict, global_dict, silly)
File "C:\PROGRA~1\Zope241\lib\python\Products\ZMySQLDA\__init__.py", line
91, in ?
import DA
File "C:\PROGRA~1\Zope241\lib\python\Products\ZMySQLDA\DA.py", line 91, in
?
from db import DB
File "C:\PROGRA~1\Zope241\lib\python\Products\ZMySQLDA\db.py", line 98, in
?
from MySQLdb.converters import conversions
ImportError: No module named converters
***
What have I done wrong?
Juergen