[python-win32] Does Python need a native Windows GUI toolkit?

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Nov 29 08:31:50 CET 2008


Thomas Heller wrote:
> Does Python need a native, pure Python, Windows GUI toolkit, one that uses
> win32 api calls directly to use native windows controls?

I believe so. One of the long-term goals for PyGUI is to
give it a native Windows backend. I share your dislike of
layers on layers.

> Are there people that share these ideas?
> Are they willing to join a coordinated effort to develop a framework
> like this,

Would you be willing to work on a Windows implementation
of PyGUI?

http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/

-- 
Greg


More information about the python-win32 mailing list