Newbie - No module named stdwin

Alan Gauld alan.gauld at btinternet.com
Wed Jul 9 14:36:15 EDT 2003


On Wed, 9 Jul 2003 16:20:47 +0200, "K" <milyon at wp.pl> wrote:

> inport stdwin
> stdwin.open ('my window')
> 
> and i have ImportError: No module named stdwin

Stdwin is obsolete. For a very brief intro to Tkinter and
wxPython visit my tutorial and look at the GUI topic (in the
"Advanced" section). Then visit one of the more comprehensive
tutorials linked from the Tkinter section of the Python web site.

But if you are still just learning Python you might be better
keeping clear of GUIs till a little later. They are just one 
more complication...

Alan G.
http://www.freenetpages.co.uk/hp/alan.gauld/




More information about the Python-list mailing list