Werner Thie
unread,Jul 18, 2012, 10:06:48 PM7/18/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rst2pdf...@googlegroups.com
Hi all
with a completely up to date installation of rst2pdf 0.92.dev-r2516, I
try to
rst2pdf manual.txt -o manual.pdf -s manual.style -b1
which fails in reportlab due to a splitting problem.
reportlab.platypus.doctemplate.LayoutError: Splitting error(n==2) on
page 6 in
<BoundByWidth at 0x10662fc20> containing: [u'<XXPreformatted at
0x10662fb90># This is an example config file. Modify and p
Shortening the sample.config such that it fits the page, the manual is
produced normally.
reportlab according to pip freeze is reportlab==2.5
pip install --upgrade reportlab
says all upto date.
I'm grateful for clues!
TIA, Werner