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


Groups > comp.lang.python > #21985 > unrolled thread

ReportLab alternative for Python3

Started byKatya <esyrkina@gmail.com>
First post2012-03-21 08:15 -0700
Last post2012-03-21 11:50 -0700
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  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

#21985 — ReportLab alternative for Python3

FromKatya <esyrkina@gmail.com>
Date2012-03-21 08:15 -0700
SubjectReportLab alternative for Python3
Message-ID<24078051.142.1332342952564.JavaMail.geo-discussion-forums@vbat19>
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

[toc] | [next] | [standalone]


#21997

FromEmile van Sebille <emile@fenx.com>
Date2012-03-21 11:50 -0700
Message-ID<mailman.870.1332355956.3037.python-list@python.org>
In reply to#21985
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


[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web