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

Reply via email to