What GUI toolkit looks the best?

Fredrik Lundh fredrik at pythonware.com
Thu Dec 11 11:50:52 EST 2003


John Roth wrote:

> And that is what is called a "real good question." I believe that
> you're supposed to be able to use the Tk libraries without using
> TCL, but the people that wrote Tkinter weren't able to make it
> work.

Tk comes with lots of configuration code and widget bindings
implemented in Tcl.

Tk also uses many pieces of the Tcl C library.

both parts can surely be replaced; someone just has to do it
(or pay for it).

</F>








More information about the Python-list mailing list