WxPython versus Tkinter.

Gregory Ewing greg.ewing at canterbury.ac.nz
Wed Mar 2 19:40:33 EST 2011


Octavian Rasnita wrote:

> How complete is this GUI lib compared with others that can be used in 
> Python apps?

It has most of the basic things you would want. There are one
or two gaps, and I'm working on filling them.

> "Get the library and its documentation included in the core Python
> distribution, so that truly cross-platform GUI applications may be written
> that will run on any Python installation, anywhere."

I'm not sure at this point whether stdlib inclusion is really
a desirable goal or not. In any case, it's a very long-term issue.
The first priority is to develop it to the point where it's
a viable alternative to Tkinter.

-- 
Greg



More information about the Python-list mailing list