A good wxpython GUI builder? A good wxpython GUI builder? python python

A good wxpython GUI builder?


There is wxGlade. Here is a screenshot:

alt text

and wxFormBuilder

alt text

Also, have a look here for more alternatives: GUI Programming in Python


I've tried a few, and the only one I seem to have any luck with is wxFormBuilder


In addition to those, some people really like the XRCed application that's included with wxPython. Basically you create your GUI in XML. There's also the defunct Boa Constructor that I see people still using on the wxPython user's list.