Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21985

ReportLab alternative for Python3

From Katya <esyrkina@gmail.com>
Newsgroups comp.lang.python
Subject ReportLab alternative for Python3
Date 2012-03-21 08:15 -0700
Organization http://groups.google.com
Message-ID <24078051.142.1332342952564.JavaMail.geo-discussion-forums@vbat19> (permalink)

Show all headers | View raw


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

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. The layout of the report is pretty much fixed, what will change is: the names of the selected measures and 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 found a reference to pod package (http://appyframework.org/pod.html) which looks very 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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

ReportLab alternative for Python3 Katya <esyrkina@gmail.com> - 2012-03-21 08:15 -0700
  Re: ReportLab alternative for Python3 Emile van Sebille <emile@fenx.com> - 2012-03-21 11:50 -0700

csiph-web