Re: GUI programming with python

2008-09-12 Thread David Boddie
On Saturday 13 September 2008 01:04, sturlamolden wrote: > On Sep 12, 8:33 pm, [EMAIL PROTECTED] (Al Dykes) wrote: > >> OK, what are my choices for an IDE/GUI development tool that runs on XP? [...] > Cpython with PyQt: BlackAdder People using this combination apparently prefer Eric, these day

Re: GUI programming with python

2008-09-12 Thread sturlamolden
On Sep 12, 8:33 pm, [EMAIL PROTECTED] (Al Dykes) wrote: > OK, what are my choices for an IDE/GUI development tool that runs on XP? That depends on the GUI toolkit you are using. My suggestion: CPython with wxPython: wxFormBuilder Cpython with PyQt: BlackAdder CPython with PyGTK: GLADE 3 Jytho

Re: GUI programming with python

2008-09-12 Thread Mike Driscoll
On Sep 12, 1:33 pm, [EMAIL PROTECTED] (Al Dykes) wrote: > In article <[EMAIL PROTECTED]>, > Alan Franzoni  <[EMAIL PROTECTED]> wrote: > > >zamil was kind enough to say: > > >[cut] > > >If your needs are very basic, you can stick with the tk module that comes > >with python. It's not really feature-

Re: GUI programming with python

2008-09-12 Thread Stef Mientki
Al Dykes wrote: In article <[EMAIL PROTECTED]>, Alan Franzoni <[EMAIL PROTECTED]> wrote: zamil was kind enough to say: [cut] If your needs are very basic, you can stick with the tk module that comes with python. It's not really feature-packed, but it's maintained and pretty cross-platform.

Re: GUI programming with python

2008-09-12 Thread Al Dykes
In article <[EMAIL PROTECTED]>, Alan Franzoni <[EMAIL PROTECTED]> wrote: >zamil was kind enough to say: > >[cut] > >If your needs are very basic, you can stick with the tk module that comes >with python. It's not really feature-packed, but it's maintained and pretty >cross-platform. OK, what are

Re: GUI programming with python

2008-08-28 Thread Bruno Desthuilliers
zamil a écrit : Hello Everyone It's my very first email to this group. i am a beginner programmer of python. it it possible to build Desktop application using python. Yes. Which IDE should i use for this purpose? I suspect you are confusing "IDE" with "GUI builder". FWIW, you don't *need*

Re: GUI programming with python

2008-08-27 Thread mobiledreamers
http://delicious.com/url/4adfb8d4a16eb4e2a9884298e0af1784 people are starting to save :) -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI programming with python

2008-08-27 Thread rynt
On Aug 26, 10:49 am, John Fabiani <[EMAIL PROTECTED]> wrote: > Alan Franzoni wrote: > > zamil was kind enough to say: > > > [cut] > > > See the following link on the Python website. http://wiki.python.org/moin/GuiProgramming Google this list for GUI RC -- http://mail.python.org/mailman/listinf

Re: GUI programming with python

2008-08-26 Thread James Matthews
wxPython is a very rich toolkit it includes a nice GUI bulider and you can also try an IDE called Boa On Tue, Aug 26, 2008 at 10:49 AM, John Fabiani <[EMAIL PROTECTED]> wrote: > Alan Franzoni wrote: > > > zamil was kind enough to say: > > > > [cut] > > > > If your needs are very basic, you can st

Re: GUI programming with python

2008-08-26 Thread John Fabiani
Alan Franzoni wrote: > zamil was kind enough to say: > > [cut] > > If your needs are very basic, you can stick with the tk module that comes > with python. It's not really feature-packed, but it's maintained and > pretty cross-platform. > > Otherwise, you can pick any supported widget set you l

Re: GUI programming with python

2008-08-26 Thread Alan Franzoni
zamil was kind enough to say: [cut] If your needs are very basic, you can stick with the tk module that comes with python. It's not really feature-packed, but it's maintained and pretty cross-platform. Otherwise, you can pick any supported widget set you like and use the proper python bindings.