2013-02-11 77 views
2

虽然使用Python帮助我输入模块,并得到了以下错误:使用Python帮助抛出段错误

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:12351): 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 (core dumped) 

参见:https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/896836

我怎样才能解决或解决此问题弄到帮助我想?

+1

这里有问题吗? – ecatmur 2013-02-11 13:28:58

+0

出现错误时看起来很明显,但确定,添加。 – 2013-02-11 13:35:29

回答