Re: [pygtk] PyObject fails with Gst on signal sync-message::element

2011-11-02 Thread Tomeu Vizoso
On Tue, Nov 1, 2011 at 20:04, Angel Guzman Maeso wrote: > 2011/11/1 Tomeu Vizoso >> >> On Tue, Nov 1, 2011 at 19:37, Angel Guzman Maeso >> wrote: >> > Where I can find 0.11 (1.0) for download and compile on Ubuntu? I need >> > to >> > fix this ASAP (I am doing a app for my dissertation). >> >> I

[pygtk] SIGBUS error on Mac OS X 10.7 with PyGobject 3.0.1

2011-11-02 Thread Arjan Molenaar
Hi, I'm working on porting my projects to Gtk3 and PyGobject3. However, I run into a nasty issue. I subclass Gtk.DrawingArea in order to provide view functionality for a Gaphas canvas. For this I override some signals. Here's a minimal example that crashes on OS X: from gi.repository import