Re: TypeError: Expected GObject.Object, but got GObjectMeta
- From: tomw <tomw ubilix com>
- To: Alberto Ruiz <aruiz gnome org>
- Cc: gtk-devel-list gnome org, python-hackers-list gnome org
- Subject: Re: TypeError: Expected GObject.Object, but got GObjectMeta
- Date: Fri, 10 Feb 2012 11:26:30 +0100
> Sorry, sure. This kind of TypeError appears in conjunction with the
> actor being a Mash.Model [1] which inherits from Clutter.Actor
>
> [1] http://docs.clutter-project.org/docs/mash/stable/MashModel.html
>
> thanks,
Hi,
after digging a bit deeper, the respective actors are there. So its
probably not an issue of initializing the objects as such. What may be
the root cause though is the following:
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning:
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0'
failed
and subsequently:
/usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: invalid (NULL)
pointer instance
return info.invoke(*args, **kwargs)
/usr/lib/python2.7/dist-packages/gi/types.py:43: Warning:
g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)'
failed
return info.invoke(*args, **kwargs)
/usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: g_object_set:
assertion `G_IS_OBJECT (object)' failed
return info.invoke(*args, **kwargs)
which the identic code does not produce on an the older installation.
Any ideas on how to trace that further ...
thanks,
--
tomw <tomw ubilix com>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]