GNOME Bugzilla – Bug 757526
opensubtitles.py:5: PyGIWarning: Totem was imported without specifying a version first
Last modified: 2015-11-03 14:38:43 UTC
On Fedora 23 (totem-3.18.1-1.fc23.x86_64) I got following when executed Totem: $ totem /usr/lib64/totem/plugins/opensubtitles/opensubtitles.py:4: PyGIWarning: Peas was imported without specifying a version first. Use gi.require_version('Peas', '1.0') before import to ensure that the right version gets loaded. from gi.repository import Peas, Gtk, Gdk # pylint: disable-msg=E0611 /usr/lib64/totem/plugins/opensubtitles/opensubtitles.py:4: 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 Peas, Gtk, Gdk # pylint: disable-msg=E0611 /usr/lib64/totem/plugins/opensubtitles/opensubtitles.py:5: PyGIWarning: Totem was imported without specifying a version first. Use gi.require_version('Totem', '1.0') before import to ensure that the right version gets loaded. from gi.repository import Gio, Pango, Totem # pylint: disable-msg=E0611
Fixed in master and gnome-3-18