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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to