> If TG ran on jython, integration would be fairly simple, but I doubt > that TG will run on jython. I believe that python's report generator > is ReportLab.
If you need a more high level report generator, for some of our projects we use openreport (http://openreport.org) with tinyreport (http://tinyreport.org) The first one is based on reportlab and is a RML (Reportlab Markup Language) to PDF converter. This allows you to write your PDF in a simple language adapted to PDF. The second one makes the transformation SXW (the openoffice format) to RML and is able to process python expressions. This allows you to create your reports in OpenOffice and automate the PDF creation process. The report generator for the end-user do not need OpenOffice. Here is a flash animation demo: http://en.tinyerp.com/demo02_5.html of a project that uses this method in Python. Expressions between brackets are python expressions that uses the database through an ORM. I already used Jasper Report and think this method is much more powerfull to render reports that uses several tables. -- Fabien --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

