PyXML unable to make_parser twice

Martin v. Löwis martin at v.loewis.de
Fri Nov 29 08:16:23 EST 2002


the_mr_man26 at hotmail.com (Mr Man) writes:

> ImportError: /usr/lib/python2.1/xml/parsers/pyexpat.so: undefined
> symbol: _PyObject_GC_Del

Did you build PyXML from source? This function is not supposed to be
used for Python 2.1.

> I installed the 4Suite package (this is where PyExpat is isn't it?)
> from source but it didn't have any effect.  What do I need to do to
> ensure that PyExpat is installed correctly?

Build PyXML from source; xml.parsers.expat comes with PyXML (and also
with Python proper).

Regards,
Martin




More information about the Python-list mailing list