[Zope] ZMySQLDA problem after following HOW TO...

Robert Geiger rgeiger@bellsouth.net
Sat, 29 Jan 2000 20:18:15 -0500


I followed the directions in the How-To by alanpog.  Everything seemed to go
along well.  I restarted and checked the control panel only to find a
'broken' installation...

Here is the Traceback...

Product at /Control_Panel / Products / ZMySQLDA

ZMySQLDA Import Traceback

Traceback (innermost last):
  File "/pub/Zope/lib/python/OFS/Application.py", line 387, in
import_products
    product=__import__(pname, global_dict, global_dict, silly)
  File "lib/python/Products/ZMySQLDA/__init__.py", line 106, in ?
    import sys, os, Globals, DA
  File "/pub/Zope/lib/python/Products/ZMySQLDA/DA.py", line 108, in ?
    from db import DB
  File "/pub/Zope/lib/python/Products/ZMySQLDA/db.py", line 106, in ?
    import _mysql, regex, sys
ImportError: No module named _mysql


The How-To was excellent and I thank alan. Thank you in advance for any
assistance with this problem.

Robert