On Tue, 2007-07-10 at 22:29 +1000, Josh Stewart wrote: > Hi all, > > I've been playing around with the Clutter python bindings and sinking > my teeth into it a little more, but have struck a bit of a problem. I > keep getting what appears to be an almost random error that reads: > Clutter-CRITICAL **: clutter_actor_get_id: assertion `CLUTTER_IS_ACTOR > (self)' failed > Clutter-CRITICAL **: clutter_actor_get_parent: assertion > `CLUTTER_IS_ACTOR (self)' failed
what version of the C library have you compiled the python bindings with? the Python bindings are only tested against the current stable branch (clutter-0-2). > P.S. Any idea when the python bindings for 0.3 will be done? the python bindings will be available probably once the dust on trunk API has time to settle - either when a 0.4 release candidate with frozen API is packaged or directly after 0.4 has been released. I'm working on clutter-perl at the moment to verify the "bindability" of the API, and this might lead to further API changes. as soon as I have clutter-perl ready I'll start porting pyclutter. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]
