Hi, I have a windows NT 4.0 sp6 box with Apache, Docushare, zope, m2crypto, openssl, mysql loaded. Docushare uses it's own hacked and useless version of python 1.5.1 so I had to virtuallise zope using srvany and cmd, with the PYTHONPATH env variable set to null. I had to install a fresh python 2.1 to install MySQL-python-0.9.1.win32-py2.1 from the windows binary install. I then copied the files that were changed or added and the MySQLdb directory to the zope/lib/python directory. I added the products mysqluserfile and zmysqlda to zope and restarted zope. mysqluserfile works but zmysqlda is listed as broken. help? Mike.
Look at the error message you get from Zope start up, run it from the command line / batch file rather than service to see the error. -- Andy McKay
Open that broken product with ZMI and look at the traceback. This gives you some hint. --Gilles ----- Original Message ----- From: "Echlin, Michael" <echlinm@aecl.ca> To: <zope@zope.org> Sent: Friday, January 25, 2002 7:51 PM Subject: [Zope] mysql and zope.
Hi,
I have a windows NT 4.0 sp6 box with Apache, Docushare, zope, m2crypto, openssl, mysql loaded. Docushare uses it's own hacked and useless version of python 1.5.1 so I had to virtuallise zope using srvany and cmd, with the PYTHONPATH env variable set to null. I had to install a fresh python 2.1 to install MySQL-python-0.9.1.win32-py2.1 from the windows binary install. I then copied the files that were changed or added and the MySQLdb directory to the zope/lib/python directory. I added the products mysqluserfile and zmysqlda to zope and restarted zope. mysqluserfile works but zmysqlda is listed as broken.
help?
Mike.
participants (3)
-
Andy McKay -
Echlin, Michael -
Gilles Lenfant