[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   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

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 box, and my Lubuntu 11.10 box.

'draw' should get called when the window is first exposed, and again any 
time the window is damaged.


You have python-gobject installed, right?

--
David Riptondrip...@ripton.net
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/