3 Mar
2004
3 Mar
'04
12:34 a.m.
On Tue, 2 Mar 2004, Dieter Maurer wrote:
Aaron Darling wrote at 2004-3-2 00:56 -0500:
Hi, I'm trying to generate a pdf document from a zope BackTalk book. When I generate the .pdf without any structured text tables it works like a charm. However, when I add a table I get the following error:
---------------- Zope has encountered an error while publishing this resource.
Error Type: KeyError Error Value: StructuredTextTable
Laying out table is difficult.
I assume the "stx --> PDF" converter did not implement this difficult part...
Looking through PDFClass.py included with BackTalk I would guess that you are right. Bummer. I don't see HTML tables used in the zope book either. I guess I'll avoid using them. -Aaron