GUIs - A Modest Proposal

Martin v. Loewis martin at v.loewis.de
Tue Jun 8 14:08:08 EDT 2010


> TkInter -> Tcl -> Tk -> Xlib
>
> Is the Tcl intepreter really need to use this GUI? Why not:
>
> (Pyton ->) Tkinter-API -> Xlib ?

Even if this was possible (which it is not), then you still would need
the Tcl interpreter: significant parts of Tk are written in Tcl, so
Tk won't work without the Tcl interpreter.

However, the Tk API doesn't provide all functionality that Tkinter
exposes; many features can only be invoked through Tcl.

Regards,
Martin



More information about the Python-list mailing list