On Nov 16, 5:06 am, me <not_h...@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 -- http://mail.python.org/mailman/listinfo/python-list