looking for gui for python code

Larry Bates larry.bates at websafe.com
Sun Dec 16 18:54:12 EST 2007


devnew at gmail.com wrote:
> hi
> i have written some python scripts which take command line arguments
> and do some job. i would like to make it into a .exe using py2exe and
> distribute it with innosetup.. befor that i would like to add some GUI
> support..i mean select some values using a folder explorer etc..which
> would be a good gui builder for this? i have heard about  guibuilder
> from http://spectcl.sourceforge.net/  or is it better to use tkinter
> (i have little experience with gui designing)
> 
> can someone  give a suggestion?
> TIA
> dn

I think wxWindows works extremely well but the learning curve is quite steep. 
The upside is that it is cross-platform and there is virtually nothing you can't 
write using wxPython/Windows.  BTW-They hae an excellent newsgroup at:

gmane.comp.python.wxpython

-Larry



More information about the Python-list mailing list