SAXReaderNotAvailble: No parsers found

Martin v. Löwis martin at v.loewis.de
Tue May 13 02:57:27 EDT 2003


Vincent Yau <yauv at ohsu.edu> writes:

> I am trying to use Python SAX API to parse XML files.  I do see expat.py
> somewhere underneath my Python 2.1.1 installation (on Solaris).
> But I got this error when invoking the xml.sax.make_parser() call.  Any
> tip/help much appreciated.

You should install Expat before building Python. Best, you edit
Modules/Setup to build pyexpat explicitly.

Regards,
Martin





More information about the Python-list mailing list