GUI-apps creation library

Jim jbublitzNO at SPAMnwinternet.com
Fri Feb 7 02:12:57 EST 2003


David M. Cook wrote:
> In article <b1t0re$1fnv$1 at bull.east.ru>, Nicolay Vasiliev wrote:

>>Which subject library people preffer? I know about wxPython, FXPy, PyQT. 
>>Which is more functional/convenient/understandable?

> I like PyGtk because of glade/libglade:

> http://www.async.com.br/faq/pygtk/index.py?req=all#1.9

> The main downside is poor documentation.  I haven't really messed with the
> others as they don't have anything similar to glade/libglade (AFAIK; and I'm
> not interested in code generators or wizards).

PyQt allows you to use QtDesigner (so does PyKDE but with
a little manual touchup required). It requires pyuic to
generate Python from the QtDesigner output. pyuic is
included with PyQt.

Jim





More information about the Python-list mailing list