> 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.