sugarlabs / flappy

A python-pygame Flappy Bird clone
GNU General Public License v3.0
2 stars 12 forks source link

Python GI API version warning #3

Closed quozl closed 6 years ago

quozl commented 7 years ago

@zeecoder606, this warning appears;

/home/guest/Activities/Flappy.activity/activity.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 Gtk