What GUI toolkit looks the best?
Fredrik Lundh
fredrik at pythonware.com
Thu Dec 11 11:50:52 EST 2003
More information about the Python-list mailing list
Thu Dec 11 11:50:52 EST 2003
- Previous message (by thread): What GUI toolkit looks the best?
- Next message (by thread): What GUI toolkit looks the best?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): What GUI toolkit looks the best?
- Next message (by thread): What GUI toolkit looks the best?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list