Hi all,
I have read a few messages concerning this topic, but still I am confused and cannot make the Product ZMySQL DA run. I work on a Win-2000 machine with MySQL 3.23 and Zope 2.33, Python 1.52.
I get this Import Traceback err message:
Traceback (innermost last):
File "C:\PROGRA~1\ZOPE\lib\python\OFS\Application.py", line 528, in import_products
product=__import__(pname, global_dict, global_dict, silly)
File "C:\PROGRA~1\ZOPE\lib\python\Products\ZMySQLDA\__init__.py", line 91, in ?
import DA
File "C:\PROGRA~1\ZOPE\lib\python\Products\ZMySQLDA\DA.py", line 91, in ?
from db import DB
File "C:\PROGRA~1\ZOPE\lib\python\Products\ZMySQLDA\db.py", line 89, in ?
import _mysql
ImportError: No module named _mysql