Re: Web based Reporting tool for Python

2007-08-12 Thread Jorge Godoy
Jon Rosebaugh wrote: > Sure, but again, these aren't reporting engines; they're just template > engines. And I don't think any of the web template engines have PDF > output. I generate my PDFs with Genshi / Kid and ReportLab. For the markup processing I use z3c.rml. Works flawlessly. -- http://

Re: Web based Reporting tool for Python

2007-08-12 Thread Jon Rosebaugh
On 2007-08-12 06:08:49 -0500, Steve Holden <[EMAIL PROTECTED]> said: > Steve Holden wrote: >> Madhu Alagu wrote: >>> On Aug 8, 4:57 pm, Jon Rosebaugh <[EMAIL PROTECTED]> wrote: On 2007-08-07 23:35:26 -0500, Madhu Alagu <[EMAIL PROTECTED]> said: > Thanking so much for all the informa

Re: Web based Reporting tool for Python

2007-08-12 Thread Steve Holden
Steve Holden wrote: > Madhu Alagu wrote: >> On Aug 8, 4:57 pm, Jon Rosebaugh <[EMAIL PROTECTED]> wrote: >>> On 2007-08-07 23:35:26 -0500, Madhu Alagu <[EMAIL PROTECTED]> said: >>> Thanking so much for all the informations and links.I would like to use Mako Templates(www.makotemplates.org)

Re: Web based Reporting tool for Python

2007-08-12 Thread Steve Holden
Madhu Alagu wrote: > On Aug 8, 4:57 pm, Jon Rosebaugh <[EMAIL PROTECTED]> wrote: >> On 2007-08-07 23:35:26 -0500, Madhu Alagu <[EMAIL PROTECTED]> said: >> >>> Thanking so much for all the informations and links.I would like to >>> use Mako Templates(www.makotemplates.org).Ilike to use simple and >>

Re: Web based Reporting tool for Python

2007-08-11 Thread Madhu Alagu
On Aug 8, 4:57 pm, Jon Rosebaugh <[EMAIL PROTECTED]> wrote: > On 2007-08-07 23:35:26 -0500, Madhu Alagu <[EMAIL PROTECTED]> said: > > > Thanking so much for all the informations and links.I would like to > > use Mako Templates(www.makotemplates.org).Ilike to use simple and > > python default module

Re: Web based Reporting tool for Python

2007-08-08 Thread Jon Rosebaugh
On 2007-08-07 23:35:26 -0500, Madhu Alagu <[EMAIL PROTECTED]> said: > Thanking so much for all the informations and links.I would like to > use Mako Templates(www.makotemplates.org).I like to use simple and > python default module... Mako is an excellent template system, but you'll have a lot of

Re: Web based Reporting tool for Python

2007-08-07 Thread Madhu Alagu
Thanking so much for all the informations and links.I would like to use Mako Templates(www.makotemplates.org).I like to use simple and python default module... Thanks Madhu Alagu On Aug 8, 12:29 am, Jay Loden <[EMAIL PROTECTED]> wrote: > Madhu Alagu wrote: > > I am looking template based r

Re: Web based Reporting tool for Python

2007-08-07 Thread Jay Loden
Madhu Alagu wrote: > I am looking template based report tools for python.It has the ability > to deliver rich content onto the screen, to the printer or into PDF, > HTML, XLS, CSV and XML files. As others have mentioned, I don't believe that all of the above is implemented in a single package. How

Re: Web based Reporting tool for Python

2007-08-07 Thread Jon Rosebaugh
On 2007-08-06 23:29:16 -0500, Madhu Alagu <[EMAIL PROTECTED]> said: > Hi > I am looking template based report tools for python.It has the ability > to deliver rich content onto the screen, to the printer or into PDF, > HTML, XLS, CSV and XML files. I don't think this has been implemented in Pytho

Re: Web based Reporting tool for Python

2007-08-07 Thread vasudevram
Madhu Alagu wrote: > Hi > > > > I am looking template based report tools for python.It has the ability > to deliver rich content onto the screen, to the printer or into PDF, > HTML, XLS, CSV and XML files. > > > > > > Thanks, > > Madhu Alagu I don't know if there's a _single_ tool that can do all