GUI Frameworks in Python?

P at draigBrady.com P at draigBrady.com
Tue Mar 30 04:26:03 EST 2004


Hugh Macdonald wrote:
> I've recently been trying out various different GUI frameworks in Python and
> was wondering if I could get your input on the pros and cons of the
> different ones...
> 
> wxPython: I love the programming side of wxPython, but I find it's just so
> slow to initialise in the first place.
> 
> Tkinter: While it's fast to load up, the syntax has never really appealed to
> me
> 
> GTK: Unknown - I'm looking into it today

I have to recommend GTK, especially in combination with libglade.
I've a presentation and a couple of sample apps here:
http://www.pixelbeat.org/talks/pygtk

Pádraig.



More information about the Python-list mailing list