I'm Debian/ZOPE 2.5 w/ Znolk SQL Wizard 0.1.9 Works great :) My question is... I get a: WARNING: Python C API version mismatch for module csv: This Python has API version 1010, module csv has version 1009. on ZServer startup I don't use CVS. Can I eliminate certain files to remove the "WARNING"? Thanks Eric Dunn
It looks like it contains a C extension that was compiled to a different version of Python then the one you are running Zope with. You should recompile the extension(s) to link to the version of Python you are using. hth, -Casey On Thu, 2002-06-20 at 09:08, eric.n.dunn@bankofamerica.com wrote:
I'm Debian/ZOPE 2.5 w/ Znolk SQL Wizard 0.1.9
Works great :)
My question is... I get a:
WARNING: Python C API version mismatch for module csv: This Python has API version 1010, module csv has version 1009. on ZServer startup
I don't use CVS. Can I eliminate certain files to remove the "WARNING"?
Thanks Eric Dunn
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Casey Duncan -
eric.n.dunn@bankofamerica.com