wxPython or TKinter?

jason petrone jp at NOSPAMdemonseed.net
Thu May 17 11:11:09 EDT 2001


Hanna Joo <hanna at chagford.com> wrote:
> I have played with wxPython and Boa contructor. I stayed away from TKinter
> because I was told that since it has run two interpreters, it is rather
> slow. All GUI work is done on a Windows machine.

If I was writing a windows only GUI, I would use the win32gui module.  Its
more consistent with normal windows applications(unlike Tk).  The only 
drawback is its lower level interfaces.

-jp



More information about the Python-list mailing list