[python-win32] ide for python 3.x

Michael Torrie torriem at gmail.com
Mon May 17 09:05:47 CEST 2010


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.


More information about the python-win32 mailing list