wxPython vs Glade?

2009-02-09 Thread Michael Pobega
I'm looking for opinions on the best toolkit for a beginner to use with wxPython. It doesn't necessarily need to be the most efficient toolkit, but something I can use for basic programs (a Twitter client, Wordpress blogging client, etc) just to learn Python. wxWidgets seems nice because it's

Re: wxPython vs Glade?

2009-02-09 Thread Benjamin Kaplan
On Mon, Feb 9, 2009 at 8:23 AM, Michael Pobega pob...@gmail.com wrote: I'm looking for opinions on the best toolkit for a beginner to use with wxPython. It doesn't necessarily need to be the most efficient toolkit, but something I can use for basic programs (a Twitter client, Wordpress

Re: wxPython vs Glade?

2009-02-09 Thread Steve Holden
Michael Pobega wrote: I'm looking for opinions on the best toolkit for a beginner to use with wxPython. It doesn't necessarily need to be the most efficient toolkit, but something I can use for basic programs (a Twitter client, Wordpress blogging client, etc) just to learn Python. wxWidgets

Re: wxPython vs Glade?

2009-02-09 Thread Michael Pobega
On Mon, Feb 09, 2009 at 08:30:13AM -0500, Benjamin Kaplan wrote: On Mon, Feb 9, 2009 at 8:23 AM, Michael Pobega pob...@gmail.com wrote: I'm looking for opinions on the best toolkit for a beginner to use with wxPython. It doesn't necessarily need to be the most efficient toolkit, but

Re: wxPython vs Glade?

2009-02-09 Thread Bruno Desthuilliers
Michael Pobega a écrit : I'm looking for opinions on the best toolkit for a beginner to use with wxPython. wxPython *is* a GUI toolkit (or, more exactly, a python binding for wxWidgets). wxWidgets seems nice because it's portable, but I'm not sure how many of my libraries are portable (a

Re: wxPython vs Glade?

2009-02-09 Thread Stef Mientki
Michael Pobega wrote: I'm looking for opinions on the best toolkit for a beginner to use with wxPython. It doesn't necessarily need to be the most efficient toolkit, but something I can use for basic programs (a Twitter client, Wordpress blogging client, etc) just to learn Python. wxWidgets

Re: wxPython vs Glade?

2009-02-09 Thread Mike Driscoll
On Feb 9, 7:23 am, Michael Pobega pob...@gmail.com wrote: I'm looking for opinions on the best toolkit for a beginner to use with wxPython. It doesn't necessarily need to be the most efficient toolkit, but something I can use for basic programs (a Twitter client, Wordpress blogging client,

Re: wxPython vs Glade?

2009-02-09 Thread Michael Torrie
Michael Pobega wrote: I'm looking for opinions on the best toolkit for a beginner to use with wxPython. It doesn't necessarily need to be the most efficient toolkit, but something I can use for basic programs (a Twitter client, Wordpress blogging client, etc) just to learn Python. wxWidgets

Re: wxPython vs Glade?

2009-02-09 Thread Hendrik van Rooyen
Steve Holden st...@holdenweb.com wrote: There's something called PythonCard built on top of wxPython that's fairly newb-friendly, though it gets clunkier as your demands grow. You might also want to look at Dabo, which is a much more comprehensive framework that also hides much of