Re: looking for gui for python code

2007-12-16 Thread Larry Bates
[EMAIL PROTECTED] 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 e

Re: looking for gui for python code

2007-12-14 Thread Thomas Lenarz
On Thu, 13 Dec 2007 09:46:32 -0800 (PST), "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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 s

Re: looking for gui for python code

2007-12-13 Thread kyosohma
On Dec 13, 11:46 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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.

Re: looking for gui for python code

2007-12-13 Thread Zentrader
Whatever you use, it has to have a Python binding. Spectcl may or may not as you may be able to use it with the tkinter binding, but that is doubtful. Most GUI toolkits have an existing app to look for files in a directory, if that is what you are wanting to do. The following link is to the GUI

Re: looking for gui for python code

2007-12-13 Thread James Matthews
Using any GUI package you should be able to build your application into EXE format! On Dec 13, 2007 6:46 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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

looking for gui for python code

2007-12-13 Thread [EMAIL PROTECTED]
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