ReportLab alternative for Python3

K

Katya

I have a Python3 GUI, where user selects certain values to be statisticallyevaluated and/or plotted (matplotlib hist).

Out of this GUI on user's request I want to create a report, prefferebly inDOC or/and ODT or/and PDF or/and HTML formats. The layout of the report ispretty much fixed, what will change is: the names of the selected measuresand the corresponding values (there are always three measures to display -user selects which), matplotlib histogram (only image will change depending on the selected settings, but not its size/location), user name, date etc..

ReportLab which seems to be suitable is not ready for Python3. I also founda reference to pod package (http://appyframework.org/pod.html) which looksvery close to my needs. But pod does NOT support Python3, also after 2to3 convertion and couple of small fixes.

Any suggestions are greatly appreciated since the rest of the project is nearly done and this is the last big unsolved problem!

Thanks,
Katya
 
E

Emile van Sebille

On 3/21/2012 8:15 AM Katya said...
Out of this GUI on user's request I want to create a report,
prefferebly in DOC or/and ODT or/and PDF or/and HTML formats.
ReportLab which seems to be suitable is not ready for Python3.

So, any reason why not to just run that part under python2 -- they
typically live side-by-side without issues.

Emile
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top