a small-gui for python/win32 ?

Chris S. chrisks at NOSPAMudel.edu
Fri Jun 25 00:11:37 EDT 2004


marco wrote:

> this week, i've seen a little GUI for python/win32 ..
> a little library which can use simple dialog (openfile, opendir, 
> messagebox, progressbar ... and that's all) ...
> it worked only on win32 platform
> 
> AND i've not bookmarked the url ;-( (shame on me)
> 
> i've seen that in "daily python url" perhaps ??!
> i cant find it again ;-(
> 
> perhaps someone could help me ?
> (don't tell me about tk, wx, qt, gtk  ... ;-)

Doesn't Python come bundled with Tkinter? Isn't Tkinter cross-platform 
compatible? What's wrong with Tk?

For the record, Tk and Wx work on windows. Tk is about as simple a gui 
library as you can get.



More information about the Python-list mailing list