Advertisement
joanmarie

oneiric import fail

Sep 6th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. $ python
  2. Python 2.7.2+ (default, Aug 16 2011, 07:29:45)
  3. [GCC 4.6.1] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import pyatspi
  6. >>> from gi.repository import Gtk
  7. >>> from gi.repository import Gdk
  8. /usr/lib/python2.7/dist-packages/gi/module.py:123: Warning: cannot register existing type `EventType'
  9. wrapper = enum_register_new_gtype_and_add(info)
  10.  
  11. ** (.:9990): CRITICAL **: pyg_enum_add: assertion `typename != NULL' failed
  12. Traceback (most recent call last):
  13. File "<stdin>", line 1, in <module>
  14. File "/usr/lib/python2.7/dist-packages/gi/importer.py", line 76, in load_module
  15. dynamic_module._load()
  16. File "/usr/lib/python2.7/dist-packages/gi/module.py", line 224, in _load
  17. overrides_modules = __import__('gi.overrides', fromlist=[self._namespace])
  18. File "/usr/lib/python2.7/dist-packages/gi/overrides/Gdk.py", line 117, in <module>
  19. Gdk.EventType._2BUTTON_PRESS = getattr(Gdk.EventType, "2BUTTON_PRESS")
  20. File "/usr/lib/python2.7/dist-packages/gi/module.py", line 123, in __getattr__
  21. wrapper = enum_register_new_gtype_and_add(info)
  22. SystemError: error return without exception set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement