Does anyone know of any python GUI designer like Glade, but for Windows?
Glade / Gtk + for Windows is exactly like Glade, but for Windows.
I would suggest using PyQt and Qt-designer (WYSIWYG gui designer) to create cross-platform graphical applications.
Qt even went LGPL, which makes it even more attractive.
You can find PyQt at: http://www.riverbankcomputing.co.uk/software/pyqt/download
http://wxformbuilder.org
I am using PyQt ; It is built on the QT Toolkit .
If you are deploying Windows, it works well with the py2exe module .
This is a fairly simple use, especially if you already have experience with QT libraries.
Note : this was my answer to a similar question .
I am using wxGlade
This is deployed from the GUI toolkit you are using.
There is a boa-constructor for wxPython. This is a Delphi-like development environment.