Comment 1 for bug 1553518

Revision history for this message
Belenos (belenos) wrote :

Same problem here.

I get this error message when I try to load the app:

/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 21, in <module>
    from dbus.mainloop.glib import DBusGMainLoop
ImportError: No module named dbus.mainloop.glib

I have the ppa enabled.