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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to