[python-win32] gui examples

Tim Golden mail at timgolden.me.uk
Tue Oct 16 12:40:44 CEST 2007


Christian K. wrote:
> Ludovic Reenaers wrote:
>> Hi,
>> you should download WxPython there is a pretty nice documentation with very
> detailed samples.
>> cheers,
> 
> I know, thanks. wxPython is usually my first choice, however this time I just
> need some simple stuff, e.g. simple dialogs, message boxes 

If that's really all you need, have a look at easygui:

   http://www.ferg.org/easygui/

There's a couple of tutorials on showmedo.com, as well:

http://showmedo.com/videos/series?name=pythonJensFromKidsSeries

Doing the same directly from the pywin32 extensions is fairly
straightforward as well. If you want to go that way I'll try
to rustle up a couple of examples.

TJG


More information about the python-win32 mailing list