Version 1 of Tkinter

Updated 2002-05-03 11:45:39

Python binding of Tk.

Part of the standard Python distribution. Documented in Grayson and Lundh books [bibliographic info needed here].

Implemented through Tcl scripting interface, not the C API. Consequence: slow, but faithful.