How to choose the right GUI toolkit ?

Dan Lenski dlenski at gmail.com
Thu Nov 9 17:51:31 EST 2006


One other thing I'm wondering: how exactly does Tkinter work?  Is the
whole Tk toolkit bound up as library of low-level C code, or does
Tkinter sit on top of a Tcl interpreter?

If the latter, that might explain why it is frustratingly slow on
Cygwin... since Cygwin is not very good at starting up new processes in
a timely manner.

Dan




More information about the Python-list mailing list