Python for professsional Windows GUI apps?

sturlamolden sturlamolden at yahoo.no
Mon Aug 24 10:45:44 EDT 2009


On 24 Aug, 14:08, Gilles Ganault <nos... at nospam.com> wrote:

> I'm especially concerned about the lack of controls, the lack of
> updates (lots of controls in wxWidgets are 1.0 deadware), and problems
> linked to how to update users' PC remotely when I build a new version
> using eg. Py2exe.

There is pywin32 if you like to work with MFC and ActiveX. Apart from
that, lack of controls is not what I associate with GTK, Qt or
wxWidgets.


> I need controls for business apps like access to databases, good data
> grid, printing reports (with or without barcodes), etc.

Why do you want GUI controls for this? If you think you do, Visual
Basic has crippled your mind.

Python has packages for database connectivity. There is ReportLab for
reports, matplotlib for graphs, pyagg or pycairo for whatever you want
to draw, etc. You can find Python packages for anything you can
imagine.



Sturla




More information about the Python-list mailing list