[ZODB-Dev] install problem

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Wed, 19 Sep 2001 15:32:05 +1000


>>> Ravindra wrote
> /usr/local/Zope-2.4.1-linux2-x86/ZServer/medusa/producers.py:263:
> RuntimeWarning: Python C API version mismatch for module zlib: This Python
> has API version 1011, module zlib has version 1010.

You need to recompile your zlibmodule.so - it's been compiled for
an earlier version of python (probably py2.1)

It looks like you're using a binary distribution of Zope that's been 
built for python 2.1 with python 2.2

Anthony