From: Jonathan B. <jbr...@ea...> - 2006-01-14 23:21:20
|
On Sat, 2006-01-14 at 17:58 -0500, Laney Mills wrote: > got it, and thanks. > > One more question. Is TKinter an add-on to Python and what are the > situations in which one would need to learn about it. It is built as an extension module and shipped with a default Python install. You might use it to build multiplatform GUI programs with tcl/tk. However, based on the atrocious look of Tcl/Tk on my Linux machine, I would personally develop using PyGTK or WxPython. -Jonathan |