Does anyone know of any GUI designer for python like Glade but for windows?
+4
A:
I would suggest using PyQt and the Qt-designer(WYSIWYG gui designer) for making cross platform gui apps.
Qt has even gone LGPL, making it even more attractive.
You can find PyQt at: http://www.riverbankcomputing.co.uk/software/pyqt/download
Nailer
2009-02-18 14:37:37
Until PyQt goes LGPL, it doesn't matter what license Qt has if you hate freedom and want to write non-GPL programs.
joeforker
2009-02-18 14:40:00
Doh, didn't think about that one =D
Nailer
2009-02-18 15:09:21
+1
A:
I use PyQt (PyQt Homepage); it is built on the QT Toolkit (http://www.qtsoftware.com/).
If you are deploying to Windows, it works well with the py2exe module (py2exe).
It's fairly straightforward to use, especially if you already have experience with the QT libraries.
Note: this was my answer to a similar question.
jcoon
2009-02-18 14:42:22
A:
It deppends of the GUI toolkit you're using.
For wxPython, there is boa-constructor. It's a Delphi-like IDE.
Anonymous
2009-03-06 19:15:33