Newbie - No module named stdwin

Hans Nowak zephyr01 at alltel.net
Wed Jul 9 11:09:36 EDT 2003


K wrote:
> hello
> 
> All time all write programm's in Visual Basic but now i'm very excited and
> learn a Python so install 2.2.3 version...
> 
> When i wanna open a window (like windows) i write
> 
> inport stdwin
> stdwin.open ('my window')
> 
> and i have ImportError: No module named stdwin
> 
> Did i must install some package?? please help me

The stdwin package has been phased out long ago.  There are other, better GUIs 
that can be used with Python.  It comes with Tkinter, but it's easy to install 
a third-party package like wxPython (etc).







More information about the Python-list mailing list