XML Parser problem

Ryujin ryu-jin at bigfoot.com
Sat Feb 10 06:33:16 EST 2001


I'm tryng to run some example from the Demos in the Python2.0 distro.  
When I try to run the xml parser example I get the following error:


bash-2.03$ python2.0 roundtrip.py /home/matte/PROGRAMMING/WORK/doc.xml 
Traceback (most recent call last):
  File "roundtrip.py", line 43, in ?
    parser = make_parser()
  File "/usr/local/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


And here is the content of the xml/sax directory in /usr/lib/python2.0:

bash-2.03$ ls /usr/local/lib/python2.0/xml/sax/
__init__.py   _exceptions.py   expatreader.py   handler.py   saxutils.py   xmlreader.py
__init__.pyc  _exceptions.pyc  expatreader.pyc  handler.pyc  saxutils.pyc  xmlreader.pyc
__init__.pyo  _exceptions.pyo  expatreader.pyo  handler.pyo  saxutils.pyo  xmlreader.pyo


Any suggestion? What am I missing?

thx in advance

matte







-- 
---------------------------------------
Memelli Matteo					
Could u imagine a world without Windoz?	 
ryu-jin at bigfoot.com			 
---------------------------------------




More information about the Python-list mailing list