Re: SAXReaderNotAvailble: No parsers found

2008-09-01 Thread josh logan
On Aug 30, 8:59 pm, josh logan [EMAIL PROTECTED] wrote: Vincent Yau [EMAIL PROTECTED] 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

SAXReaderNotAvailble: No parsers found

2008-08-30 Thread josh logan
Vincent Yau [EMAIL PROTECTED] 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