sigurdga / maps

Maps for Gnome and Ubuntu — not an official version
GNU General Public License v3.0
7 stars 1 forks source link

four PyGIWarning on start up #12

Open buhtz opened 8 years ago

buhtz commented 8 years ago

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