Skip to content

Instantly share code, notes, and snippets.

@rominf
Created February 22, 2019 14:43
Show Gist options
  • Save rominf/589f29dfc35b32783e1a5e151119e2ea to your computer and use it in GitHub Desktop.
Save rominf/589f29dfc35b32783e1a5e151119e2ea to your computer and use it in GitHub Desktop.
solaar traceback
/usr/lib/python2.7/site-packages/solaar/gtk.py:33: 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.
__import__(module)
/usr/lib/python2.7/site-packages/solaar/ui/notify.py:33: 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.
from gi.repository import Notify
solaar: error: GObject.__init__() takes exactly 0 arguments (4 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment