elementaryPlus icon indicating copy to clipboard operation
elementaryPlus copied to clipboard

Cannot install in Loki

Open ghost opened this issue 8 years ago • 2 comments

I added the repository as usual, and installed but it doesn't launch. I tried from the .zip code and gives me this error:

./scripts/elementaryplus-installer.py:24: 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.
  from gi.repository import Gtk, Gdk, Gio, Notify
Traceback (most recent call last):
  File "./scripts/elementaryplus-installer.py", line 24, in <module>
    from gi.repository import Gtk, Gdk, Gio, Notify
ImportError: cannot import name Notify

ghost avatar Jul 30 '16 17:07 ghost

ImportError: cannot import name Notify Make sure you have installed the latest version of the python-gi and/or the python3-gi package.

brainscript avatar Aug 20 '16 08:08 brainscript

I have the same issue on Juno !

mustafaREIMAHG avatar Nov 06 '18 15:11 mustafaREIMAHG