Tkinter: The good, the bad, and the ugly!

rantingrick rantingrick at gmail.com
Thu Dec 30 13:04:19 EST 2010


On Dec 30, 10:02 am, Kevin Walzer <k... at codebykevin.com> wrote:

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

> This library isn't much different from other Python GUI toolkits--it's
> dependent on underlying, rather large, platform-specific
> implementations--but it provides an even higher level of abstraction. On
> the Mac, it is dependent on PyObjC;  on Windows, pywin32; and on X11,
> pygtk. In short, it's a wrapper over other wrappers.


hmm. And what is Tkinter exactly? And more importantly how is it
better than pyGUI (design wise)? And even more importanly, how will it
be better in the long run? Is this just more FUD Kevin "Gates"?




More information about the Python-list mailing list