Re: GObject Introspection instead of PyGTK

2011-11-04 Thread Richard Henwood
--- On Wed, 2/11/11, Dylan McCall wrote: > Jasper St. Pierre > > wrote: > > There's a good introduction over here: http://python-gtk-3-tutorial.rtfd.org > > > > The first thing that I would do is replace: > > > >    import gtk > >    import gobject > > > > with something like: > > > >    from gi.

Re: GObject Introspection instead of PyGTK

2011-11-02 Thread Sebastian Pölsterl
n Ubuntu 11.10 apparently because: > > > "python-gnomeapplet is no longer being developed as Python developers need to > use GObject Introspection instead of PyGTK to work with GTK3." > > Please can someone point me in the direction of an example of using GObject > In

Re: GObject Introspection instead of PyGTK

2011-11-02 Thread Dylan McCall
On Wed, Nov 2, 2011 at 12:59 PM, Jasper St. Pierre wrote: > There's a good introduction over here: http://python-gtk-3-tutorial.rtfd.org > > The first thing that I would do is replace: > >    import gtk >    import gobject > > with something like: > >    from gi.repository import Gtk as gtk, GObje

Re: GObject Introspection instead of PyGTK

2011-11-02 Thread Jasper St. Pierre
55 PM, Richard Henwood wrote: > hi All, > > My python app [1] won't run on Ubuntu 11.10 apparently because: > > > "python-gnomeapplet is no longer being developed as Python developers need to > use GObject Introspection instead of PyGTK to work with GTK3." > &g

GObject Introspection instead of PyGTK

2011-11-02 Thread Richard Henwood
hi All, My python app [1] won't run on Ubuntu 11.10 apparently because: "python-gnomeapplet is no longer being developed as Python developers need to use GObject Introspection instead of PyGTK to work with GTK3." Please can someone point me in the direction of an example o