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

2011-11-03 Thread Arjan Molenaar
On 3 Nov 2011, at 17:25, Tomeu Vizoso wrote: > On Wed, Nov 2, 2011 at 08:46, Arjan Molenaar wrote: >> 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 >> Ga

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

2011-11-03 Thread Angel Guzman Maeso
2011/11/2 Tomeu Vizoso > OYou don't need gst-python any more, that's the point of the move to > introspection: https://live.gnome.org/GObjectIntrospection/Architecture > > For building gstreamer master from git: http://gstreamer.freedesktop.org/ > > Good luck, > > Tomeu > Hi again, This is my c

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

2011-11-03 Thread Tomeu Vizoso
On Wed, Nov 2, 2011 at 08:46, Arjan Molenaar wrote: > 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 mi