RE: Formatting reports with Python

2002-10-21 Thread Larry Bates
olving the problem any other way. Hope the information helps some. Regards, Larry Bates Syscon, Inc. Message: 2 From: =?iso-8859-1?Q?K=E1ri_Har=F0arson?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Formatting reports with Python Date: Fri, 18 Oct 2002 10:53:37 - Hello all, I w

RE: Formatting reports with Python

2002-10-18 Thread Stefan Kuzminski
ugh COM is *very* slow, but it gives one full control over the results ( rather than importing a html or csv file ). have fun. S -Original Message- From: Kári Harðarson [mailto:kari@;grunnur.is] Sent: Friday, October 18, 2002 3:54 AM To: [EMAIL PROTECTED] Subject: Formatting re

RE: Formatting reports with Python

2002-10-18 Thread Henning von Bargen
-Ursprüngliche Nachricht- > Von: Bob Kline [SMTP:[EMAIL PROTECTED]] > Gesendet am: Freitag, 18. Oktober 2002 13:34 > An: Kári Harðarson > Cc: [EMAIL PROTECTED] > Betreff: Re: Formatting reports with Python > > On Fri, 18 Oct 2002, Kári Harðarson wrote: > > &g

RE: Formatting reports with Python

2002-10-18 Thread Henning von Bargen
A very interesting topic. I am in the same position. > -Ursprüngliche Nachricht- > Von: Kári Harðarson [SMTP:[EMAIL PROTECTED]] > Gesendet am: Freitag, 18. Oktober 2002 12:54 > An: [EMAIL PROTECTED] > Betreff: Formatting reports with Python > > Hello all,

Re: Formatting reports with Python

2002-10-18 Thread Bob Kline
On Fri, 18 Oct 2002, Kári Harðarson wrote: > Hello all, > > I would like to get some opinionated opinions from you > on a design decision I have to make. > > The system we write and sell is written in Python, and now we need > reports on paper. Until now, all reports have been made available > fr

Re: Formatting reports with Python

2002-10-18 Thread Jeremy Dillworth
I have some experience with option 1. I definitely cannot recommend it. Number 2 sounds best. You may want to have a look at Zope... don't know what they are using to do it (maybe ReportLab), but I remember seeing among its list of features that it could dynamically-generate PDF's. hope this he

Formatting reports with Python

2002-10-18 Thread Kári Harðarson
Hello all, I would like to get some opinionated opinions from you on a design decision I have to make. The system we write and sell is written in Python, and now we need reports on paper. Until now, all reports have been made available from a website, but users complain that they don't look good