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, clutter-cairo and pyclutter.

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:

| texture = clutter.cluttercairo.CairoTexture(100, 100)
| print texture.get_size()            # returns 0,0 ????
| context = texture.cairo_create()    # segfault

Maybe I'm doing something wrong here.


Dischi

-- 
The good thing about standards is that there are so many to choose from.
        -- Andrew S. Tanenbaum

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to