--- 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.
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
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
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
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