SAXReaderNotAvailable

Oleg Broytmann phd at phd.pp.ru
Fri Feb 9 03:31:19 EST 2001


On Thu, 8 Feb 2001, Chris Davis wrote:
> Anyone know what could be causing this error?  I'm getting tons of people who
> use my program reporting this bug.  The one thing they all have in common is
> they installed python20 from source on linux.  They all have expat installed.

   Did the compiled PyExpat - Python wrapper for expat?

> File "./minidom.py", line 570, in _doparse
> ═ ═ events = apply(func, args, kwargs)
> ═ File "./pulldom.py", line 244, in parseString
> ═ ═ parser = xml.sax.make_parser()
> ═ File "/usr/lib/python2.0/xml/sax/__init__.py", line 88, in make_parser
> ═ ═ raise SAXReaderNotAvailable("No parsers found", None)
> xml.sax._exceptions.SAXReaderNotAvailable: No parsers found
> Terminated

Oleg.
----
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list