Using openstreetmap-client 14.03.1 on Siduction GNU/LInux (Debian GNU/Linux unstable).
Starting it on commandline give this warnings.
/usr/share/openstreetmap-client/maps/map_application.py:17: 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, Gio, GtkClutter, Clutter
/usr/share/openstreetmap-client/maps/map_application.py:17: PyGIWarning: GtkClutter was imported without specifying a version first. Use gi.require_version('GtkClutter', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk, Gio, GtkClutter, Clutter
/usr/share/openstreetmap-client/maps/map_application.py:19: PyGIWarning: Champlain was imported without specifying a version first. Use gi.require_version('Champlain', '0.12') before import to ensure that the right version gets loaded.
from gi.repository import Champlain, GtkChamplain
/usr/share/openstreetmap-client/maps/map_application.py:19: PyGIWarning: GtkChamplain was imported without specifying a version first. Use gi.require_version('GtkChamplain', '0.12') before import to ensure that the right version gets loaded.
from gi.repository import Champlain, GtkChamplain
Using
openstreetmap-client 14.03.1
on Siduction GNU/LInux (Debian GNU/Linux unstable).Starting it on commandline give this warnings.