Re: [Edu-sig] IDE for GUI development in Python

2008-08-11 Thread Massimo Di Pierro
I have not used but according to http://www.riverbankcomputing.co.uk/software/pyqt/intro Qt also includes Qt Designer, a graphical user interface designer. PyQt is able to generate Python code from Qt Designer. It is also possible to add new GUI controls written in Python to Qt Designer.

Re: [Edu-sig] IDE for GUI development in Python

2008-08-11 Thread DeanG
Wing IDE requires an external GUI but the free 101 version along with an external designing tool may work for you. They've also got steep educational licenses. http://www.wingware.com/wing101 - Dean ___ Edu-sig mailing list Edu-sig@python.org

Re: [Edu-sig] IDE for GUI development in Python

2008-08-11 Thread David MacQuigg
At 07:28 PM 8/10/2008 -0700, kirby urner wrote: Learning GUI programming fundamentals is best accomplished with a straight text editor IMO (vim, scintilla, whatever). I'll second that. Learn just a few simple widgets in Tk. It's not that much typing. I've also used BlackAdder and Qt (years