SAXReaderNotAvailable

Chris Davis chris at rpgarchive.com
Thu Feb 8 15:26:25 EST 2001


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. 
Please, can anyone help?

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


-- 
Chris Davis
chris at rpgarchive.com

RPGArchive	http://rpgarchive.com
OpenRPG	http://openrpg.com




More information about the Python-list mailing list