[Zope] ParsedXML trouble

Dieter Maurer dieter@handshake.de
Sun, 18 Aug 2002 23:42:31 +0200


List Subscriber @ Neurobs writes:
 > I fired up the python that was distributed with zope and could do the 
 > following without any errors:
 > 
 >  >> import xml.parsers.expat
 > WARNING: Python C API version mismatch for module pyexpat:
 >     This Python has API version 1010, module pyexpat has version 1007.
The Python is newer (higher version) than the "pyexpat" shared
object. Rebuild PyXML with the correct Python or load the
binary distribution of PyXML for your Python version.


Dieter