def __init__(self): self.unity_integration() winter = MainWindow() winter.connect("delete-event", Gtk.main_quit) winter.show_all() Gtk.main()