On Thu, 10 Aug 2006 17:33:12 +0200
Bernd Ahlers <[EMAIL PROTECTED]> wrote:
> Frank Garcia [Thu, Aug 10, 2006 at 10:11:28AM -0500] wrote:
> >I've installed gutenpy-0.3.0 from packages, and it works well, except for
> >the catalog browser. When I try to get the catalog, Python kicks out the
> >following error:
> >
> >Traceback (most recent call last):
> > File "/usr/local/bin/gutenpy", line 713, in browse_catalog_cb
> > self.update_catalog_cb(None)
> > File "/usr/local/bin/gutenpy", line 732, in update_catalog_cb
> > success = mycat.updatecatalogue()
> > File "/usr/local/lib/python2.4/site-packages/GutenPy/rdfparse.py", line
> > 45, in updatecatalogue
> > parser = xml.sax.make_parser(['xml.sax.expatreader'])
> > File "/usr/local/lib/python2.4/xml/sax/__init__.py", line 93, in
> > make_parser
> > raise SAXReaderNotAvailable("No parsers found", None)
> >xml.sax._exceptions.SAXReaderNotAvailable: No parsers found
> >
> >This is on i386 4.0-beta, Aug 3 snapshot, packages from Aug 4. If I manually
> >fetch a file, the reader works, and the dictionary lookups work.
> >
> Do you have python-expat installed? If not, can you please do it and
> try gutenpy again?
>
> Bernd
>
python-expat was not installed. I installed the package, and that fixed the
issue. Perhaps python-expat should be added to RUN_DEPENDS ?
Thanks!
Frank