Newbie - No module named stdwin

A.M. Kuchling amk at amk.ca
Wed Jul 9 10:43:13 EDT 2003


On Wed, 9 Jul 2003 16:20:47 +0200, 
> When i wanna open a window (like windows) i write
> 
> inport stdwin
> stdwin.open ('my window')

Stdwin is very old and very dead; what document are you reading that
suggests using it?  Most GUI development in Python is done using Tkinter,
though there's also wxWindows, PyQt, and Gtk+ interfaces available. If you
downloaded a binary Windows installer from somewhere, it probably
includes Tkinter; the other interfaces would be add-on packages.

--amk




More information about the Python-list mailing list