15 Sep
2003
15 Sep
'03
5:02 p.m.
[Joseph F. Dries III]
I have recently installed Zope 2.7.0 b2, and installed the mysql-python 0.9.2 along with ZMySQLDA 2.09b2. I had to manually copy the registry entries for my Python.org Python 2.3 installation to the 2.2 Python that is part of the Zope 2.7.0 b2 binary install.
Then the mysqp-python binary is probably built for Python 2.3 and would not likely work with Python 2.2.
It looks like that lives in the _mysql.pyd file, which is installed correctly. I can fire up the python interpreter and do an "import _mysql" and it gives me no errors. I can do an "import MySQLdb", create a db.connect, and manually execute some SQL.
Which interpreter? Zope's Py2.2 or your Py2.3? Cheers, Tom P