xml.dom.minidom parser error

Martin v. Loewis martin at v.loewis.de
Mon Sep 30 17:20:21 EDT 2002


revyakin at yahoo.com (revyakin) writes:

> Any ideas what this could mean? Writing a parser by myself does not
> sound exciting.

No, it just means that you have to install one. You can chose either
pyexpat, or xmlproc; if pyexpat, you can either use the wrapper that
comes with Python, or PyXML.

If you use the wrapper, install Expat 1.95.x, and point Modules/Setup
to the location where you have installed Expat.

If you want to use xmlproc, or don't want a separate Expat
installation, install PyXML.

Good luck,
Martin



More information about the Python-list mailing list