29.08.2009 2:20 пользователь Pherdnut <erik.rep...@gmail.com> написал:
I want to write cross-platform stuff. Any opinions on the best GUI

module for that?
There are many options for this. For example GTK+ (pygtk), tkinter, QT. GTK+ is a little bit complicated, but you can use glade to make the GUIs. Tkinter is built-in and pretty simple (although not so feature-rich). QT - ok, I haven't used it. Personally I prefer GTK+ (using pygtk module)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to