I un-commented line 27 in /usr/lib/python2.7/dist-
packages/gobject/constants.py and now I can help()... modules
original:
24 import gobject._gobject
25 _gobject = sys.modules['gobject._gobject']
26
27 # TYPE_INVALID defined in gobjectmodule.c
28 TYPE_NONE = _gobject.type_from_name('void')
29 TYPE_INTERFACE = _gobject.type_from_name('GInterface')
new:
24 import gobject._gobject
25 _gobject = sys.modules['gobject._gobject']
26
27 TYPE_INVALID defined in gobjectmodule.c
28 TYPE_NONE = _gobject.type_from_name('void')
29 TYPE_INTERFACE = _gobject.type_from_name('GInterface')
I have no idea what other problems this might cause if any.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/962639
Title:
/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
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/962639/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs