Windows GUIs from Python

Luke Skywalker luke at tatooine.planet
Tue Jan 11 14:24:06 EST 2005


On Tue, 11 Jan 2005 12:55:42 -0600, Doug Holton <a at b.c> wrote:
>You might also be interested in PyGUI although it doesn't have a native 
>Windows implementation yet: 
>http://nz.cosc.canterbury.ac.nz/~greg/python_gui/

Generally speaking, appart from MFC-style programming with Python32,
what are the non-alpha alternatives to write purely Windows apps in
Python today, ie. without the weight of extra bagage like wxWidgets? 

I'm not looking at fancy options, since the apps I write would be fine
with just the core Windows widgets along with a few add-ons like a
grid and the extended Win95 widgets.

Thx
Luke.



More information about the Python-list mailing list