Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. 05:11:42: Warning: Mismatch between the program and library build versions detected.
  2. The library used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8),
  3. and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8).
  4. /usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_boxed_type_register_static: assertion 'g_type_from_name (name) == 0' failed
  5. from gtk import _gtk
  6. /usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_set_qdata: assertion 'node != NULL' failed
  7. from gtk import _gtk
  8. /usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: cannot register existing type 'GtkWidget'
  9. from gtk import _gtk
  10. /usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
  11. from gtk import _gtk
  12. /usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: cannot register existing type 'GtkBuildable'
  13. from gtk import _gtk
  14. /usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed
  15. from gtk import _gtk
  16. /usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_once_init_leave: assertion 'result != 0' failed
  17. from gtk import _gtk
  18. /usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_register_static: assertion 'parent_type > 0' failed
  19. from gtk import _gtk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement