python gui builders

CM cmpython at gmail.com
Tue Nov 17 13:36:31 EST 2009


On Nov 16, 5:06 am, me <not_h... at nowhere.com> wrote:
> Good People
>
> I do not write stuff for humans, as it has been my job to remove
> humans from the loop. But I have to make a front end to a
> component database where everything was built in Python.
>
> I have looked at the Tk stuff that is built into Python -> not
> acceptable. So looking at wxGlade, Boa Constructor, Python Card.
> Also looked at the frames/forms created with QtDesigner, which
> can be used by Python via pyuic. BlackAdder IDE seems to have
> this built-in, but am loathe to buy into another GUI tool for a
> single job.
>
> I have not been able to find a decent Python gui builder. The

What was your issue with Boa Constructor?  It produces wxPython
code and I find it works quite well (less well on Linux, but if
you use it in Windows, the app will run in Linux w/ minimal need
for changes).

Of course, whatever route you go, you have to learn the widget
toolkit.

Che



More information about the Python-list mailing list