[Zope-dev] ZOracleDA with Zope 2.4 and Python 2.1

Juan Javier Carrera Obrero jcarrera@uco.es
Wed, 8 Aug 2001 14:32:21 +0200


In Win32 plataform, I am updating to Zope 2.4 version and Python 2.1
version, but the ZOracleDA product does not correctly with these versions. I
think that this product only runs correctly with the zope 2.1.6 and python
1.5. I have seen that in the ZOdbcDA product the "sql.pyd" library has been
changed for use it with zope 2.4 and python 2.1.

Anybody knows to how do to run the ZOracleDA product in the Zope 2.4 version
and Python 2.1 version in Win32 plataform?

I think that the problem is in the library "buffer" and "oci_". I have these
libraries for zope 2.1.6 and python 1.5, but I have not theses libraries for
the new versions. Also, I have been trying to compile the ZOracleDA's
sources with gcc-2.95.2/mingw32 (for win32) as it says in
"http://starship.python.net/crew/kernr/mingw32/Notes.html", but I only
obtain errors.

Anybody can help me?

Thank you very much.