python2.7 help() 模块返回错误

python2.7 help() 模块返回错误

# python
Python 2.7.3 (default, Aug  1 2012, 05:14:39) 
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> help()

欢迎使用 Python 2.7!这是在线帮助实用程序。

如果这是你第一次使用 Python,你一定要查看互联网上的教程:http://docs.python.org/tutorial/

输入任意模块、关键字或主题的名称,即可获得有关编写 Python 程序和使用 Python 模块的帮助。要退出此帮助实用程序并返回解释器,只需键入“quit”。

要获取可用模块、关键字或主题的列表,请键入“模块”、“关键字”或“主题”。每个模块还附带一行摘要,说明其功能;要列出摘要中包含给定单词(例如“垃圾邮件”)的模块,请键入“modules spam”。


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:6240): 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
Speicherzugriffsfehler (Speicherabzug geschrieben)

相关内容