When trying to launch Ambient Noise (Menu entry for ANoise GUI), nothing happens.
When trying to launch anoise from the command line the application throws the following:
/usr/share/anoise/anoise.py:20: 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, GObject, Gst
/usr/share/anoise/anoise.py:20: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk, GObject, Gst
Traceback (most recent call last):
File "/usr/share/anoise/anoise.py", line 24, in <module>
from preferences import Preferences
File "/usr/share/anoise/preferences.py", line 21, in <module>
from gi.repository import Gtk, WebKit
ImportError: cannot import name WebKitAnoise-gui installed with two dependencies: anoise, and anoise-media
I don't know what I'm doing here - if there's any other info I can provide just shout.