Re: [pygtk] pygi - gtk drawingarea doesn't work?

2012-07-17 Thread Tomeu Vizoso
On Mon, Jul 16, 2012 at 12:21 PM, Giuseppe Penone gius...@gmail.com wrote: ok installing python-gi-cairo made it, this is to be added to the dependencies if drawingarea is used. Hi, looks like this bug should be reported to Ubuntu. Regards, Tomeu On Mon, Jul 16, 2012 at 12:17 PM, Giuseppe

Re: [pygtk] pygi - gtk drawingarea doesn't work?

2012-07-16 Thread Giuseppe Penone
on a clean lubuntu 1204 installation (either 32 and 64 bit), ensured that python-gobject and gir1.2-gtk-3.0 are installed, the attached demo doesn't work. the event 'draw' is never called. no any feedback on the terminal. at my home I have still lubuntu 1204 but also gnome and unity installed and

Re: [pygtk] pygi - gtk drawingarea doesn't work?

2012-07-16 Thread John Stowers
Works for me. Ubuntu 12.04 I think your install is broken. John On Mon, Jul 16, 2012 at 10:37 AM, Giuseppe Penone gius...@gmail.com wrote: on a clean lubuntu 1204 installation (either 32 and 64 bit), ensured that python-gobject and gir1.2-gtk-3.0 are installed, the attached demo doesn't

Re: [pygtk] pygi - gtk drawingarea doesn't work?

2012-07-16 Thread Giuseppe Penone
I tried on more that one installation, either 32 and 64 bit versions of Lubuntu 12.04. with Ubuntu 12.04 it works for me too, also with Lubuntu where I have other desktops installed (unity, gnome). I'm trying to understand what are the missing dependencies because I cannot ask the users to install

Re: [pygtk] pygi - gtk drawingarea doesn't work?

2012-07-16 Thread Giuseppe Penone
in case it can help, running the py-gi demo http://git.gnome.org/browse/pygobject/tree/demos/gtk-demo (git clone http://git.gnome.org/browse/pygobject/) and double clicking on the Drawing Area element I get: bazinga@lu1204:~/Templates/git_pygobject/demos/gtk-demo$ ./gtk-demo.py Traceback (most

Re: [pygtk] pygi - gtk drawingarea doesn't work?

2012-07-14 Thread Giuseppe Penone
On my home laptop it also works fine (lubuntu 1204 64bit running but also gnome-shell installed). I did check only for *gir1.2-gtk-3.0* at my work pc (clean lubuntu 1204 64 bit), so I have to check for *python-gobject* too, many thanks. Strange that the demo didn't give any feedback to the

[pygtk] pygi - gtk drawingarea doesn't work?

2012-07-13 Thread Giuseppe Penone
Hi, running the demo http://git.gnome.org/browse/pygobject/tree/examples/cairo-demo.py about the drawing area produces on my lubuntu 12.04 an empty window. the 'draw' event is never called, is this a bug? Regards, Giuseppe. ___ pygtk mailing list

Re: [pygtk] pygi - gtk drawingarea doesn't work?

2012-07-13 Thread David Ripton
On 07/13/2012 12:16 PM, Giuseppe Penone wrote: Hi, running the demo http://git.gnome.org/browse/pygobject/tree/examples/cairo-demo.py about the drawing area produces on my lubuntu 12.04 an empty window. the 'draw' event is never called, is this a bug? That demo works fine on my Ubuntu 12.04