[Wolves] python gui development
Alex Willmer
alex at moreati.org.uk
Wed Oct 26 00:53:51 BST 2005
On Wed, 2005-10-26 at 00:12 +0100, Andrew Lewis wrote:
> Does anyone know of a good cross-platform gui design tool for python -
> I'm not going to bugger around doing a gui with text tools, mainly
> because I don't know how.
>
Your choice is largely dictated by the widget set you choose. The
principle (open source) choices are:
PyQt - Qtdesigner, must buy a commercial license for Windows/non GPL
usage, alternatively look at BlackAdder from theKompany
PyGTK - Glade, Gazpacho
wxWidgets - Boaconstructor, SPE, PythonCard, wxDesigner
The IDE list seems comprehensive:
http://wiki.python.org/moin/IntegratedDevelopmentEnvironments
Regards
Alex
More information about the Wolves
mailing list