[Zope] ZMySQLDA/Navigator startup error

Dennis Allison allison@sumeru.stanford.EDU
Sun, 18 Aug 2002 21:21:30 -0700


When I start up Zope 2.5.1_ on freebsd I recieve the
following unnerving errors. Can you please help me?

Thanks in advance,

Wayne
------
2002-08-19T03:28:14 ERROR(200) Zope Could not import
Products.ZMySQLDA
Traceback (innermost last):
  File
/usr/local/www/Zope/lib/python/OFS/Application.py, line
531, in import_product
  File
/usr/local/www/Zope/lib/python/Products/ZMySQLDA/__init__.py, line 91, in ?
  File
/usr/local/www/Zope/lib/python/Products/ZMySQLDA/DA.py,
line 92, in ?
  File
/usr/local/www/Zope/lib/python/Products/ZMySQLDA/db.py,
line 89, in ?
ImportError: No module named _mysql

Looks like ZMySQLDA is missing MySQL-python-0.9.1 which it uses
to interface with MySQL.  Get the package and install it in the 
Python you use for Zope.