Issue 19436: Python 2.7 on Linux Ubuntu 12.04 LTS crashes on the help('modules') command (original) (raw)

Issue19436

Created on 2013-10-29 16:46 by lagoon7, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg201646 - (view) Author: lagoon7 (lagoon7) Date: 2013-10-29 16:46
/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:23199): 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)
msg201648 - (view) Author: lagoon7 (lagoon7) Date: 2013-10-29 17:32
Sorry I meant Linux instead of Mac OSX.
History
Date User Action Args
2022-04-11 14:57:52 admin set github: 63635
2013-10-29 17:48:42 ned.deily set status: open -> closedassignee: ronaldoussoren -> superseder: pydoc - stall when requesting a list of available modules in the online help utilityresolution: duplicatestage: resolved
2013-10-29 17:32:44 lagoon7 set messages: + title: Python 2.7 on MAC OSX Mavericks crashes on the help('modules') command -> Python 2.7 on Linux Ubuntu 12.04 LTS crashes on the help('modules') command
2013-10-29 16:46:58 lagoon7 create