[Python-3000] Add a standard GUI system
Antoine Pitrou
solipsis at pitrou.net
Mon May 1 15:32:10 CEST 2006
Le lundi 01 mai 2006 à 23:08 +1200, Greg Ewing a écrit :
> Are you sure? Last time I looked at wxWindows, it seemed more
> like it re-implemented everything its own way.
>
> I might be wrong, but if wxWindows is just a wrapper, why
> is it so huge?
I think it is huge because it has a lot of widgets (some of which are
indeed half-custom), it has a lot of functionalities, etc.
Not to mention that wxWidgets also includes a lot of non-GUI functions
which are already provided in the Python stdlib.
> > only it has a much larger user base, developer support,
>
> My goal for PyGUI is to make it simple enough that it
> doesn't *need* a huge amount of developer support. I want
> it to fit in my brain like the rest of Python. :-)
The problem is that for a GUI system to be useful for many people, it
has to implement a lot of small details which are bound to add up and
form a huge package ;-)
More information about the Python-3000
mailing list