You need to have installed PyMYSQLd in the python you are using for Zope (that is, run setup.py with that python). On Sun, 2 May 2004, Dieter Maurer wrote:
Aaron wrote at 2004-5-2 14:16 -0400:
... Z MySQL database adapter asks that I have the _mysql extension installed. But I can't seem to get it to happen for me.
Do you already have a binary ("_mysql.so" on Unix, "_mysql.pyd" on Window)?. If so, put it in some directory on your PYTHONPATH, e.g. "<ZopeDir>/lib/python".
Otherwise, you must generate the "_mysql.so" extension. The source lives on Sourceforge (project "Mysql-python" or "Python-Mysql").
-- Dieter
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )