What steps will reproduce the problem?
1. Run "rst2pdf bla.rst" on a Windows machine (but it also appears on Linux)
What is the expected output? What do you see instead?
When running rst2pdf on a document, I always see this error in the output:
[ERROR] createpdf.py:1118 Page 1 [1]
Line 1118 in function afterDrawPage in createpdf.py looks like this:
log.error('Page %s [%s]'%(_counter,doc.page))
I think there is no need to log this error, for nothing went wrong. The
document is generated successfully. I propose to remove the log line.
Please answer the following questions, they are *very* important:
* Version of rst2pdf?
0.16
* Version of reportlab?
2.5
* Are you using wordaxe, and if true, what version?
no
* Are you using rst2pdf with Sphinx, and if true, what version?
no
Please provide any additional information below.
Original issue reported on code.google.com by pieceofc...@gmail.com on 8 Dec 2011 at 12:05
Original issue reported on code.google.com by
pieceofc...@gmail.com
on 8 Dec 2011 at 12:05Attachments: