GUI Frameworks in Python?

Sridhar R sridharinfinity at yahoo.com
Sat Apr 3 05:46:52 EST 2004


"Hugh Macdonald" <HughMacdonald at brokenpipefilms.com> wrote in message news:<mailman.102.1080629227.20120.python-list at python.org>...
> 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
> 
> Qt: I have yet to manage to install it on my system
> 
> Anything else?
> 
> 
> Hugh Macdonald

Man, you better use PyGTK (http://pygtk.org). It's portable (See pygtk
faq for windows port). It's neet (API).
Try also `glade`, `libglade`.
http://glade.gnome.org , I think?



More information about the Python-list mailing list