Python Noob - gui module, book, annoying questions
ivanko.rus at gmail.com
ivanko.rus at gmail.com
Sat Aug 29 16:08:51 EDT 2009
29.08.2009 2:20 пользователь Pherdnut <erik.reppen at 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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090829/652d8689/attachment-0001.html>
More information about the Python-list
mailing list