You are not logged in.

#1 2005-06-18 23:24:14

demonus
Member
Registered: 2005-01-31
Posts: 62

Needed: python GUI builder

well I'm in search for a good GUI builder for python, preferably based on pygtk
at glade website they mention support for pyhon, but haven't seen any plugins or so, any clues?

Offline

#2 2005-06-18 23:47:24

soniX
Member
From: Oslo, Norway
Registered: 2004-01-23
Posts: 161

Re: Needed: python GUI builder

Offline

#3 2005-06-19 14:34:14

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Offline

#4 2005-06-20 04:05:28

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: Needed: python GUI builder

As has been said, PyGTK + Glade makes it very easy. And if you don't want to install all those GNOME libraries just to install the glade UI builder, try gazpacho, it's written in PyGTK itself and there's a PKGBUILD in AUR smile

Offline

#5 2005-06-25 22:34:34

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: Needed: python GUI builder

all you need is an editor and the pygtk manual,


arch + gentoo + initng + python = enlisy

Offline

#6 2005-06-26 06:24:29

sweiss
Member
Registered: 2004-02-16
Posts: 635

Re: Needed: python GUI builder

I think glade needs its own lengthy manual for designing a GUI, it's not very intuitive for me.

Are there such guides by the way?

Offline

#7 2005-06-26 08:30:18

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: Needed: python GUI builder

Glade is pretty simple with a little understanding, it looks crappy in an editor but when Gtk is rendering it everything resizes accordingly and it looks as it should smile

Just Google for glade, pygtk or perhaps both at once. That's how I figured it out and it's a lot less python code than creating all the widgets in the script wink

Offline

#8 2005-06-26 08:51:52

sweiss
Member
Registered: 2004-02-16
Posts: 635

Re: Needed: python GUI builder

I've been using pyQt with Qt Designer so far, but I'll give glade a go.

Thanks.

Offline

Board footer

Powered by FluxBB