2 May
2004
2 May
'04
5:39 p.m.
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