Advertisement
Guest User

PyGIWarning

a guest
Mar 24th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.68 KB | None | 0 0
  1. /usr/lib64/python3.4/importlib/_bootstrap.py:1471: 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.
  2.   _call_with_frames_removed(exec, code, module.__dict__)
  3. Traceback (most recent call last):
  4.   File "blobedit.py", line 16, in <module>
  5.     from GUI import Application, ScrollableView, Document, Window, Cursor, rgb
  6.   File "/usr/lib/python3.4/site-packages/GUI/__init__.py", line 74, in <module>
  7.     from GUI.Colors import rgb
  8.   File "/usr/lib/python3.4/site-packages/GUI/Colors.py", line 5, in <module>
  9.     from gtk import Style
  10. ImportError: cannot import name 'Style'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement