wxPython Not Ready for Commercial Use

Bill Wilkinson bwilk_97 at yahoo.com
Sat Sep 18 07:35:53 EDT 2004


admin at polerio.com (Polerio Babao Jr.II) wrote in message news:<dcf37d82.0409160827.1de98db9 at posting.google.com>...


> 
> I am targetting crystal report as my ideal reporting application. From
> my experiences I was not able to print a very good output for
> commercial application. If anyone can provide me a very good reporting
> application that can be integrated within python I must say python can
> be used for commercial gui app. If not then we are all correct, python
> is good for training purposes but not for production yet. Please
> excempt reportlab from your choices as I have used it already and was
> not able to simulate excel like output, still you can do it, the very
> difficult way. I am just dissapointed, now I am trying to learn c++/qt
> to solve my gui and printing problem. Please correct me if I am wrong.
> Thanks.

I use Jython with the POI libraries for publishing to Excel.
http://jakarta.apache.org/poi/

There is a Java version of Crystal Reports now.  You can also use
Jasper Reports: http://jasperreports.sourceforge.net .  Both of these
can be used nicely from Jython.



More information about the Python-list mailing list