Advertisement
Pival81

gcdemu output

Nov 26th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.34 KB | None | 0 0
  1. [pival81@Extensa-5235 ~]$ gcdemu
  2. /usr/bin/gcdemu:35: PyGIWarning: GdkPixbuf was imported without specifying a version first. Use gi.require_version('GdkPixbuf', '2.0') before import to ensure that the right version gets loaded.
  3.   from gi.repository import GdkPixbuf
  4. /usr/bin/gcdemu:36: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  5.   from gi.repository import Gtk
  6. /usr/bin/gcdemu:38: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
  7.   from gi.repository import Notify
  8. Traceback (most recent call last):
  9.   File "/usr/bin/gcdemu", line 46, in <module>
  10.     from gi.repository import AppIndicator
  11.   File "/usr/lib/python2.7/site-packages/gi/importer.py", line 114, in load_module
  12.     introspection_module = get_introspection_module(namespace)
  13.   File "/usr/lib/python2.7/site-packages/gi/module.py", line 271, in get_introspection_module
  14.     module = IntrospectionModule(namespace, version)
  15.   File "/usr/lib/python2.7/site-packages/gi/module.py", line 120, in __init__
  16.     repository.require(namespace, version)
  17. gi.RepositoryError: Requiring namespace 'Gtk' version '2.0', but '3.0' is already loaded
  18. [pival81@Extensa-5235 ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement