a better solution for GUI in python

Bjoern Schliessmann usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Sun Mar 11 08:16:52 EDT 2007


ce wrote:
> My question is which solution would be better for the GUI (and
> easier to implement)? I knew there are something like wxidgets,

(wxWidgets. It's the C++ lib, its Python bindings are wxPython)

> QT 

(same as above, it's called pyQt. Check licensing, it's not as
liberal as the others'.)

> and pyGTK? actually we will need some complicated stuff in the GUI
> and yet I don't know much about GUI programming.
> 
> Any recommendation guys?

Mostly matter of taste. Without any further details of your needs,
no experienced people will be able to help.

Why don't you go to the projects' homepages and read, and perhaps
check a tutorial.

Though biased, this may help:

http://www.wxwidgets.org/wiki/index.php/WxWidgets_Compared_To_Other_Toolkits

(it's for the C++ original only, but much applies to python
bindings)

Regards,


Björn

-- 
BOFH excuse #137:

User was distributing pornography on server; system seized by FBI.




More information about the Python-list mailing list