[Zope3-dev] PyXML 7.1 not compatible with Zope 3

Steve Alexander steve@cat-box.net
Sat, 18 May 2002 13:27:16 +0100


I just installed Python2.2.1 along with the latest PyXML 7.1.

On running Zope 3, I get this error:

$ python z3.py
================================================================================
Zope Configuration Error
================================================================================
Traceback (innermost last):
   Module Zope.Configuration, line 28, in config
   Module Zope.Configuration.xmlconfig, line 220, in __init__
   Module Zope.Configuration.xmlconfig, line 186, in xmlconfig
   Module xml.sax.expatreader, line 107, in parse
   Module xml.sax.expatreader, line 232, in reset
TypeError: 'intern' is an invalid keyword argument for this function



Zope3 runs properly when I revert to PyXML 7.0

--
Steve Alexander