Hello World with pywin

Marc Boeren M.Boeren at guidance.nl
Wed Feb 18 08:58:34 EST 2004


> Can someone point me to Hello World examples with a Windows window,
> some text, and one or two buttons. The Tk logo should not be visible,
> so I suppose that I should use pywin or win32ui or something similar.

Or use 

app.wm_iconbitmap('youricon.ico')

to replace Tk's icon with your own.

Cheerio, Marc.




More information about the Python-list mailing list