is there really no good gui builder

sturlamolden sturlamolden at yahoo.no
Sat Nov 8 21:10:48 EST 2008


On 8 Nov, 20:35, azrael <jura.gro... at gmail.com> wrote:

> I am freaking out that I need 5 times more time to make a GUI in
> python than in VB.

I find wxFormBuilder nice to work with. wxPython can use XRC-files
from wxFormBuilder.

Note that wx uses sizers (layout managers). While it makes GUIs a bit
slower to design, it makes it easier to deal with resizing of windows
and different screen resolutions.

If you use PyGTK there is GLADE; with PyQt there is QtDesigner.

http://sturlamolden.blogspot.com/2008/03/howto-using-wxformbuilder-with-wxpython.html










More information about the Python-list mailing list