Python and GNOME

Martijn Faassen m.faassen at vet.uu.nl
Mon Aug 7 15:32:29 EDT 2000


Kirk Fort <kirk at patrohn.com> wrote:
> Hmm, I have found the pygnome documentation to be pretty good, you get
> several examples. It does sort of assume however, that you are already
> familiar with C-style gnome development, so perhaps you should read the
> tutorials at http://developer.gnome.org then read the pygnome documentaion
> and examples?

I came up to speed pretty quickly using some various GTK and Gnome tutorials
around, along with the reference (for C) on developer.gnome.org. But
you'll have to fill in on the Python bits yourself (I've found it useful
to study the PyGTK and PyGnome sources). So if you don't know as much
about C or GUI architecture that may not be the right way for you.

I also highly recommend using Glade and LibGlade with all of this; 
libGlade basically lets you set up a UI (built with Glade) in a Python
program taking just a few lines. I must've only spent three days with it
all so far, but I've already toyed with the canvas and embedded a web
browser component. :)

Regards,

Martijn
-- 
History of the 20th Century: WW1, WW2, WW3?
No, WWW -- Could we be going in the right direction?



More information about the Python-list mailing list