[Zope] MySQLDA and MySQL-python - patch needed?

paul_s_johnson@urscorp.com paul_s_johnson@urscorp.com
Wed, 10 Jan 2001 08:30:27 -0600


My Zope-MySQL connection is still not quite working. It appears that the
request from Zope is reaching MySQL and it if is an UPDATE or INSERT query
it executes properly on the MySQL side. However, SELECT queries and similar
are not getting their information back to Zope from MySQL. Is there some
patch I am missing here? Anybody know how to fix this?

FYI:
I installed from these rpms

ftp://ftp.logicetc.com/pub/Zope/RPMS/MySQL-python-0.2.1-1.i386.rpm
ftp://ftp.logicetc.com/pub/Zope/RPMS/Zope-ZMySQLDA-1.2.0-1.i386.rpm

This did not install into my Zope installation directory, so I used a
symbolic link in my Zope Products directory that points to the directory of
MySQLDA install. Could this be the cause? Perhaps information that should
be returned from MySQL is getting lost on the return trip. If so, how would
I fix it? Any ideas?

P. Johnson