[Python] binding of [Tk]. Part of the standard Python distribution. Documented in the Grayson and Lundh books: see the Python Library Reference manual: http://www.python.org/doc/current/lib/tkinter.html Implemented through Tcl scripting interface, and the C API. ---- [Gustavo Cordero] has worked on a recipe to make some Tk extensions--[tkhtml] and [tktable]--available to Tkinter developers. These can be found in the Python/ directory of [Tixapps]. More on this subject appears in the Python Wiki [http://www.python.org/cgi-bin/moinmoin/How_20Tkinter_20can_20exploit_20Tcl_2fTk_20extensions]. ---- The Python Wiki has its own page for Tkinter [http://www.python.org/cgi-bin/moinmoin/TkInter].