29.08.2009 2:20 пользователь Pherdnut <erik.reppen@gmail.com> написал:<br />> I want to write cross-platform stuff. Any opinions on the best GUI<br />> <br />> module for that?<br />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)