I try to install ParsedXML on Zope 2.51 running on Linux. It is not loaded since _PyObject_GC_Del is not defined. (see traceback) I somehow have the impression that this symbol is parth of the python2.2 pyexpat.so (grep found it only there) any help to resolve this problem is much apprechaited Robert 2002-11-07T09:44:16 ERROR(200) Zope Couldn't install ParsedXML Traceback (innermost last): File /home/zope/opt/Zope-2.5.1/lib/python/OFS/Application.py, line 637, in ins tall_product (Object: Zope) (Info: ParsedXML) File /home/zope/var/Instance/Products/ParsedXML/__init__.py, line 91, in initialize File /home/zope/var/Instance/Products/ParsedXML/ParsedXML.py, line 96, in ? File /home/zope/var/Instance/Products/ParsedXML/ManageableDOM.py, line 99, in ? File /home/zope/var/Instance/Products/ParsedXML/ExtraDOM.py, line 92, in ? File /home/zope/var/Instance/Products/ParsedXML/DOM/ExpatBuilder.py, line 115, in ? (Object: Products.ParsedXML.DOM.XMLExtended) ImportError: /home/zope/opt/Python2/lib/python2.1/site-packages/_xmlplus/parsers /pyexpat.so: undefined symbol: _PyObject_GC_Del