xml.dom.minidom parser error

revyakin revyakin at yahoo.com
Thu Oct 3 17:40:44 EDT 2002


Thanks Martin! I'll do that, I wonder why it was not necessary with
2.1 though. Was PyXML included with it?

martin at v.loewis.de (Martin v. Loewis) wrote in message news:<m3elbb2mzu.fsf at mira.informatik.hu-berlin.de>...
> 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