Created
February 22, 2019 14:43
-
-
Save rominf/589f29dfc35b32783e1a5e151119e2ea to your computer and use it in GitHub Desktop.
solaar traceback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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