PDA

View Full Version : [ubuntu] Python modules fail in Terminal



uzr
January 9th, 2012, 05:01 PM
Hi guys.

Here is my problem




help> modules

Please wait a moment while I gather a list of all available modules...

/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
import gobject._gobject
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
from gtk import _gtk

** (python:26115): CRITICAL **: pyg_register_boxed: assertion `boxed_type != 0' failed
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: cannot register existing type `GdkDevice'
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_get_qdata: assertion `node != NULL' failed
from gtk import _gtk
Segmentation fault

What's the problem here?

dino99
January 9th, 2012, 07:13 PM
report this issue on Launchpad (need an user account)

in a terminal:

ubuntu-bug python

fluteflute
July 2nd, 2012, 09:52 PM
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/896836