Howdy, > I'm python newbie and i need to write gui for my school work in python. > I need to write it really quick, because i haven't much time .) > So question is, which of gui toolkits should i pick and learn? I heard > PyGTK and Glade are best for quick gui programming? Is it good for > beginner? Or is there something better? > I have some experience with java swing, btw..
You might want to have a look at PyQt4 (http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html) if you don't want something "ugly" (native look on all platforms). Also, it has excellent documentation. You can use Qt Designer with it, additionally. Cheers, Emm -- http://mail.python.org/mailman/listinfo/python-list