[Zope] Z MySQL database adapter

Dieter Maurer dieter at handshake.de
Mon May 3 13:19:27 EDT 2004


Dennis Allison wrote at 2004-5-2 11:26 -0700:
>You need to have installed PyMYSQLd in the python you are using for Zope 
>(that is, run setup.py with that python).  

That is the easiest way provided you have write access to
this Python installation.

Otherwise, any directory listed by "PYTHONPATH" (or more precisely "sys.path")
will do.

>On Sun, 2 May 2004, Dieter Maurer wrote:
> ...
>> 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



More information about the Zope mailing list