Re: GTK for windows and Linux

2005-11-18 Thread Daniel Crespo
I prefer wxPython www.wxpython.org Daniel -- http://mail.python.org/mailman/listinfo/python-list

Re: GTK for windows and Linux

2005-11-17 Thread Ask
Of course that's where I first looked but the amount of options are many. Thanks anyway. "Antoon Pardon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Op 2005-11-17, Ask schreef <[EMAIL PROTECTED]>: >> Hi All, >> >> Can someone please tell me what I need to use GTK with python for

Re: GTK for windows and Linux

2005-11-17 Thread Ask
Thanks Batfree "batfree" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > all you need are GTK+ envirement and the pygtk module.You can get more > information in www.pygtk.org. -- http://mail.python.org/mailman/listinfo/python-list

Re: GTK for windows and Linux

2005-11-17 Thread Ask
Thanks Howard "hrh1818" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Chapter 13 in "Beginning Python" by Peter Norton has a good > introduction to using GTK to create a GUI. . > > Howard > > Ask wrote: >> Hi All, >> >> Can someone please tell me what I need to use GTK with python

Re: GTK for windows and Linux

2005-11-17 Thread Ask
Thanks Renato, I'm downloading now. Pauly "Renato" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You'll need to install the libglade/gtk/pygtk packages from: > > http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ > > When your app is complete you can package it with py2exe > -- h

Re: GTK for windows and Linux

2005-11-17 Thread hrh1818
Chapter 13 in "Beginning Python" by Peter Norton has a good introduction to using GTK to create a GUI. . Howard Ask wrote: > Hi All, > > Can someone please tell me what I need to use GTK with python for windows > and Linux? > > Any links to the appropriate installations would be greatly appreciat

Re: GTK for windows and Linux

2005-11-17 Thread batfree
all you need are GTK+ envirement and the pygtk module.You can get more information in www.pygtk.org. -- http://mail.python.org/mailman/listinfo/python-list

Re: GTK for windows and Linux

2005-11-17 Thread Antoon Pardon
Op 2005-11-17, Ask schreef <[EMAIL PROTECTED]>: > Hi All, > > Can someone please tell me what I need to use GTK with python for windows > and Linux? > > Any links to the appropriate installations would be greatly appreciated as I > don't know what I need... GIMP... GTK+ etc Well I think if you v

Re: GTK for windows and Linux

2005-11-17 Thread Renato
You'll need to install the libglade/gtk/pygtk packages from: http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ When your app is complete you can package it with py2exe -- http://mail.python.org/mailman/listinfo/python-list