Fetched 32,2 MB in 27s (1.157 kB/s)
sys:1: PyGIWarning: Soup was imported without specifying a version first. Use gi.require_version(‘Soup’, ‘2.4’) before import to ensure that the right version gets loaded.
I don’t know how to solve it…
Fetched 32,2 MB in 27s (1.157 kB/s)
sys:1: PyGIWarning: Soup was imported without specifying a version first. Use gi.require_version(‘Soup’, ‘2.4’) before import to ensure that the right version gets loaded.
I don’t know how to solve it…
Check this out
Harmless message (for now), a warning for the developers to satisfy.
Yes, harmless. I get other PyGIWarning(s). I have not been able to reproduce this one.
Just add this three lines to file /usr/share/appgrid/appdata/helpers.py before “import from gi.repository …”
import gi
gi.require_version(“Soup”, “2.4”)
gi.require_version(“SoupGNOME”, “2.4”)
import from gi.repository import GLib, GObject, Soup
Source: http://ubuntuforums.org/showthread.php?t=2302720
Changed in ubuntu-mate:
assignee: nobody → Raony Guimarães (raonyguimaraes-gmail)
assignee: Raony Guimarães (raonyguimaraes-gmail) → nobody
Welcome to the forums Rajan and thank you for your input, but 16.04 testing is now closed so I am closing this thread.