Executing this small example from Python GTK tutorail:
import gi gi.require_version("Gtk", "3.0") from gi.repository import Gtk win = Gt