python, xml, windows, sunos

Martin v. Loewis martin at v.loewis.de
Mon Jun 24 03:36:59 EDT 2002


Michael T Hammond <hammond at U.Arizona.EDU> writes:

> The error I get is:
> 
> xml.sax._exceptions.SAXReaderNotAvailable: No parsers found.
> 
> Does anybody have any idea what to do here?

You should first determine whether this analysis is correct. I'd
normally expect that you have both pyexpat and xmlproc available, so
please do

import xml.parsers.expat
import xml.parsers.xmlproc

and report what that does.

Regards,
Martin




More information about the Python-list mailing list