Hi all,

I've been able to get tables working (by resorting to the command line spider 
and using the --table flag, thanks :)

It's looking pretty good, and seems to work most of the time. I tried it on 
the iSilo test document just to see how it might look, and the script bombed 
out with the following:


---8< snip stuff on collecting files  8<-----

Traceback (most recent call last):
  File "C:\Program Files\Plucker\PyPlucker\Spider.py", line 1620, in ?
    sys.exit(realmain(None))
  File "C:\Program Files\Plucker\PyPlucker\Spider.py", line 1605, in realmain
    retval = main (config, exclusion_lists)
  File "C:\Program Files\Plucker\PyPlucker\Spider.py", line 1106, in main
    mapping = writer.write (verbose=verbosity, alias_list=alias_list)
  File "C:\Program Files\Plucker\PyPlucker\Writer.py", line 518, in write
    result = Writer.write (self, verbose, alias_list=alias_list)
  File "C:\Program Files\Plucker\PyPlucker\Writer.py", line 333, in write
    self._write_doc (out_dict, pluckerdoc, pluckerdoc.get_url(), id, verbose)
  File "C:\Program Files\Plucker\PyPlucker\Writer.py", line 293, in _write_doc
    dump = pluckerdoc.dump_record (id)
  File "C:\Program Files\Plucker\PyPlucker\PluckerDocs.py", line 1920, in 
dump_record
    self.calc_table ()
  File "C:\Program Files\Plucker\PyPlucker\PluckerDocs.py", line 1910, in 
calc_table
    table = struct.pack (">BBH", 0, 0x92, acell.table_ref)
struct.error: required argument is not an integer


I don't see this as a particularly complex set of tables, and it plucks fine 
when you don't try to format tables. It _does_ embed tables within tables, 
which might be a problem for the table code. Is this supported, yet? What 
about embedded graphics in table cells?

I only ask as the proper formatting of tables in Plucker is my personal pipe-
dream :)

Craig.


-- 
Craig Barnett
<[EMAIL PROTECTED]>     <-- preferred
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Get PGP Public key from 
http://members.dodo.com.au/~cbarnett/pgp
or at keyserver.pgp.com



_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to