Hi,

I have not used it, but I noticed 'Eric 5' http://eric-ide.python-projects.org/ is targeting python3.0
Also from the documentation:
"Qt designer, the standard Qt tool for designing forms, is launched by eric"

I think most people use a Editor/IDE for python they feel comfortable with. To design the GUI they tend to use separate stand alone GUI design application based on the GUI toolkit you wish to use.
i.e.
pyGTK - Glade ( http://glade.gnome.org/ )
pyQt - Qt designer ( http://qt.nokia.com/products )
wxPython - wxGlade ( http://wxglade.sourceforge.net/ )

Some python editors/ide's not already mentioned (in no particular order)
http://pythonide.blogspot.com/
http://www.openkomodo.com/
http://drpython.sourceforge.net/
http://pydev.org// ( for eclipse )
http://code.google.com/p/pyscripter/

- Steve

On 17/05/2010 5:05 PM, Michael Torrie wrote:
Vineet Deodhar wrote:
Does anybody know whether an IDE (open-source) is available which
supports Python 3.x and GUI toolkit?
Depends on what GUI toolkit you want to use.  If you want to use PyQt,
then Qt's own Designer (or upcoming Qt Creator) and then do python in
any IDE of your choice.  There's very little need to integrate GUI
development with coding in my opinion given how well Qt Designer works
standalone.
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32



No virus found in this incoming message.
Checked by AVG -www.avg.com
Version: 9.0.819 / Virus Database: 271.1.1/2876 - Release Date: 05/16/10 
04:26:00


_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to