screenfreeze / deskcon-desktop

Integrates your Smartphone in your Desktop
GNU General Public License v3.0
98 stars 27 forks source link

solved PyGIWarning imported without specifying a version #30

Open ghost opened 7 years ago

ghost commented 7 years ago

Complete error text : Error 1 deskcon-desktop-master/server/notificationmanager.py:8: 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. Error 2 deskcon-desktop-master/server/notificationmanager.py:9: PyGIWarning: Notify 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, GObject