Jasper Lievisse Adriaanse [Thu, Aug 10, 2006 at 05:29:29PM +0200] wrote:
>On Thu, Aug 10, 2006 at 10:11:28AM -0500, Frank Garcia 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.
>Hmm...this is strange since I cannot reproduce this on amd64.
>Can anyone else reproduce this?
>
I can. It's a missing dependency on python-expat.
Bernd