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 ;-) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
