[Tutor] New member question

alan.gauld@bt.com alan.gauld@bt.com
Mon, 29 Jul 2002 10:44:59 +0100


> Tkinter is a module that provides GUI building support.  ...
> It should be installed alongside Python if you're using 
> the standard distribution from Python.org.

In fact it *must* be installed OK since you can get IDLE 
to run and IDLE is built using Tkinter.

> There are other GUI toolkits available for Python; 
> although Tkinter is standard, another popular one 
> is called "wxPython":

For a very basic intro (pre Lundh standard) visit my 
web tutor and go to the GUI programming page. There 
you'll find an intro to Tkinter plus a wxPython version 
of the same tiny sample program for comparison.

Alan g.
Author of the 'Learning to Program' web site
http://www.freenetpages.co.uk/hp/alan.gauld