Re: [clutter] python cluttercairo segfault

2008-04-24 Thread Emmanuele Bassi
On Wed, 2008-04-23 at 19:50 +0200, Dirk Meyer wrote: Hi, when using the cairo bindings from pyclutter my application segfaults. I get a segfault as soon as I want to get the cairo context using get_context. The C examples in the clutter-cairo package work, so it looks like it is a bug in

Re: [clutter] python cluttercairo segfault

2008-04-24 Thread Emmanuele Bassi
On Thu, 2008-04-24 at 10:15 +0100, Emmanuele Bassi wrote: On Wed, 2008-04-23 at 19:50 +0200, Dirk Meyer wrote: Hi, when using the cairo bindings from pyclutter my application segfaults. I get a segfault as soon as I want to get the cairo context using get_context. The C examples in

Re: [clutter] python cluttercairo segfault

2008-04-24 Thread Dirk Meyer
Emmanuele Bassi wrote: On Thu, 2008-04-24 at 10:15 +0100, Emmanuele Bassi wrote: On Wed, 2008-04-23 at 19:50 +0200, Dirk Meyer wrote: Hi, when using the cairo bindings from pyclutter my application segfaults. I get a segfault as soon as I want to get the cairo context using

[clutter] python cluttercairo segfault

2008-04-23 Thread Dirk Meyer
Hi, when using the cairo bindings from pyclutter my application segfaults. I get a segfault as soon as I want to get the cairo context using get_context. The C examples in the clutter-cairo package work, so it looks like it is a bug in the Python bindings. I use the latest versions of clutter,

Re: [clutter] python cluttercairo segfault

2008-04-23 Thread Blake Ramsdell
On Wed, Apr 23, 2008 at 10:50 AM, Dirk Meyer [EMAIL PROTECTED] wrote: Looking at the cairo bindings code, I'm kind of confused. The auto-generated cluttercairo.c has a function _wrap_clutter_cairo_new that does NOT call clutter_cairo_new new at all and the size is all wrong. Example: |