Application Business Card Credit Pdf Interesting

Q: complex text reports (subtotals, totals, grand totals, etc.). I'd also like to display data in a grid object (like Java's Jtable.) Finally, I want this to run on the Mac, Linux, and Windows.... with an install as easy as possible and able to be performed by a non-techie. Thus, I don't want to get "involved" with a 3rd party widget library (wxW.., Qt, etc.) that might make the install a nightmare for the user. Is there a native Python library to do grids? How do you folks "layout" complex reports and send them to PDF?

A: if you don't want to use 3rd party widget library, you can do a web application, with the http module of python. pdf can be done with http://reportlab.com .

Discuss It!

Marketplace