2013-02-11 83 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

回答