Re: GUI - Windows: Where to get started

2005-07-27 Thread paron
Ernesto wrote: Hi all, Would anyone know a good place to start for learning how to build simple GUI's in Windows XP? I just want users to be able to select a few parameters from a pull-down menu, then be able to run some batch files using the parameters from the pull down menus. I would

Re: GUI - Windows: Where to get started

2005-07-27 Thread Ernesto
THANKS SO MUCH FOR ALL YOUR RESPONSES! I will look into everything and find what's right for my project. -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI - Windows: Where to get started

2005-07-27 Thread Larry Bates
First you need to pick up a copy of Python Programming for Win32 book. It is a good starting place for GUI as well as COM and writing services. It was well worth the price to me. -Larry Ernesto wrote: Hi all, Would anyone know a good place to start for learning how to build simple GUI's

GUI - Windows: Where to get started

2005-07-26 Thread Ernesto
Hi all, Would anyone know a good place to start for learning how to build simple GUI's in Windows XP? I just want users to be able to select a few parameters from a pull-down menu, then be able to run some batch files using the parameters from the pull down menus. I would also need a Browse

Re: GUI - Windows: Where to get started

2005-07-26 Thread Caleb Hattingh
Probably, the best place for learning how to build GUI's for Windows, in general, is to get hold the personal edition of Delphi from the Borland website. If you want something more specific to Python, it is likely to be much tougher. You would, for example, have to decide which widget

Re: GUI - Windows: Where to get started

2005-07-26 Thread Ángel Gutiérrez Rodríguez
Well, Tkinter module (Tk) would be the simplestway to do it.. and it is included in your Windows Python distribution... -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI - Windows: Where to get started

2005-07-26 Thread Peter Hansen
Ernesto wrote: Would anyone know a good place to start for learning how to build simple GUI's in Windows XP? I just want users to be able to select a few parameters from a pull-down menu, then be able to run some batch files using the parameters from the pull down menus. I would also need a

Re: GUI - Windows: Where to get started

2005-07-26 Thread Peter Decker
On 26 Jul 2005 12:44:13 -0700, Ernesto [EMAIL PROTECTED] wrote: Would anyone know a good place to start for learning how to build simple GUI's in Windows XP? I just want users to be able to select a few parameters from a pull-down menu, then be able to run some batch files using the

Re: GUI - Windows: Where to get started

2005-07-26 Thread Cappy2112
if you want something one step simpler than wX TK take a look at http://www.averdevelopment.com/python/EasyDialogs.html or http://www.ferg.org/easygui/index.html You loose a lot of flexibility, but get ultra simple (and plain-looking) widgets, without all of the complexity of of a gui