This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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 -> closed assignee: ronaldoussoren -> superseder: pydoc - stall when requesting a list of available modules in the online help utility resolution: duplicate stage: resolved |
| 2013年10月29日 17:32:44 | lagoon7 | set | messages:
+ msg201648 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 | |