Whew some success I got past this problem. Now I get the following error: /usr/lib/python2.3/config/Setup.thread: No such file or directory do I need to recompile python to get this file?? Is this something to do with it being threaded? Thanks Aaron On ב', 2004-05-03 at 20:19, Dieter Maurer wrote:
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").