PyXML unable to make_parser twice

Martin v. Löwis martin at v.loewis.de
Thu Nov 28 16:12:37 EST 2002


the_mr_man26 at hotmail.com (Mr Man) writes:

> Now obviously - I need to free something or other in between creating
> the first one - and creating the second one - but I am not sure what.

No, this is a bug in PyXML.

The most likely reason why you triggered this bug is that you don't
have a working PyExpat installed. Please try to import
xml.parsers.expat. If that fails, correct the error.

Regards,
Martin



More information about the Python-list mailing list