I would like to create a complete beta package (i.e. not only the
viewer, but also the parser and docs). However, right now the parser
is not in a usable state. The Red Hat fix stops it from running on
other Linux systems (at least on mine:) and it crash if files are
missing.

The problem with the RH fix I solved by using Dirk's fix for Windows,
but since my Python skills are limited I can't tell if this fix
should be the default for all systems (except RH). The problem with
crashes when files are missing seems to be because of missing
exception handling in Spider.py. At line 532 there is a call to
self._retriever, but if it throws an exception (e.g. because a file
is missing) it will "kill" the parser.

Could someone (Bill?) take a look at this?

/Mike

Reply via email to