# ./samsungScannerServerAppIndicator.py
./samsungScannerServerAppIndicator.py:19: 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, GObject
./samsungScannerServerAppIndicator.py:20: PyGIWarning: AppIndicator3 was imported without specifying a version first. Use gi.require_version('AppIndicator3', '0.1') before import to ensure that the right version gets loaded.
from gi.repository import AppIndicator3 as appindicator
./samsungScannerServerAppIndicator.py:21: 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
Traceback (most recent call last):
File "./samsungScannerServerAppIndicator.py", line 22, in <module>
from gi.repository import Wnck
ImportError: cannot import name Wnck
./samsungScannerServerAppIndicator.py:19: 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, GObject
./samsungScannerServerAppIndicator.py:20: PyGIWarning: AppIndicator3 was imported without specifying a version first. Use gi.require_version('AppIndicator3', '0.1') before import to ensure that the right version gets loaded.
from gi.repository import AppIndicator3 as appindicator
./samsungScannerServerAppIndicator.py:21: 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
Traceback (most recent call last):
File "./samsungScannerServerAppIndicator.py", line 22, in <module>
from gi.repository import Wnck
ImportError: cannot import name Wnck