I found a problem with the latest version. I wasn't getting any url info.
I checked along and the 'distiller' was creating the records and
putting the in the database, but the viewer said that it had no data.
Turns out that the 'distiller' was putting a number in the links document
header for the number of paragraphs in the record (self._max_id -
self._min_id + 1) when this sould be 0. This caused the uncompress
function to skip # paragraph headers before trying to uncompress the data
and that would fail.
Simply change line #1874 in PluckerDocs.py from:
self._max_id - self._min_id + 1, #number of paragraphs
to:
0, # number of paragraphs
Chris
Christopher R. Hawks Software Engineer
Syscon Plantstar a Division of Syscon International
-------------------------------------------------------------------------
"I came out of that meeting so full of enthusiasm that I spent the next
two hours updating my resume"
-- Paul Tomblin