Does anyone know of any GUI designer for python like Glade but for windows?
|
|
Glade/Gtk+ for Windows is exactly like Glade but for Windows. |
||
|
|
|
|
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 |
||
|
|
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. |
||
|
|
|
|
I use wxGlade |
||
|
|
|
|
It deppends of the GUI toolkit you're using. For wxPython, there is boa-constructor. It's a Delphi-like IDE. |
||
|
|
