Pythonic cross-platform GUI desingers à la Interface Builder (Re: what gui designer is everyone using)
Colin Higwell
colinh at somewhere.invalid
Thu Jun 14 16:06:35 EDT 2012
On Tue, 12 Jun 2012 00:55:38 +0200, Dietmar Schwertberger wrote:
> As long as there's no GUI
> builder for Python, most people will stick to Excel / VBA / VB.
No GUI builder for Python? There are plenty.
I use wxGlade with wxPython and it works beautifully. It writes the code
for the GUI elements, and I put in the event handlers, database access
code and so on.
More information about the Python-list
mailing list