Hi, On 09/29/2011 12:29 PM, Javier Hernández Antúnez wrote: > [...] > You're not the one, Mario Sánchez reported to me another problem with a > probably related issue, so,
Well, my problem seems not to be actually the same one. In my case this is the trace I get: """ /opt/gnome3/lib64/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed import gobject._gobject /usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: specified class size for type `PyGtkGenericCellRenderer' is smaller than the parent type's `GtkCellRenderer' class size from gtk import _gtk /usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_get_qdata: assertion `node != NULL' failed from gtk import _gtk /usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_ascii_strncasecmp: assertion `s2 != NULL' failed from gtk import _gtk Segmentation fault """ For some reason, it starts (apparently correctly) using the GObject python bindings from /opt/gnome3 (where I install everything from my jhbuild) but then it bails out of the jail and moves into /usr/lib64/python2.7 (in the system), even if I have the same GTK bindings inside /opt/gnome3 as well. Also, I have double checked I have the PYTHONPATH environment variable defined inside the jhbuild: PYTHONPATH=/opt/gnome3/lib/python2.7/site-packages Last, just to comment that I've re-run jhbuild build -a -c -f accerciser to make sure everything required was up to date (I run jhbuild -a -f -c glib gtk+ before as well), and no luck yet. Any help on this will be appreciated too ;-) Mario _______________________________________________ gnome-accessibility-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
