$ kazam /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:47: RuntimeWarning: You have imported the Gtk 2.0 module. Because Gtk 2.0 was not designed for use with introspection some of the interfaces and API will fail. As such this is not supported by the pygobject development team and we encourage you to port your app to Gtk 3 or greater. PyGTK is the recomended python module to use with Gtk 2.0 warnings.warn(warn_msg, RuntimeWarning) ERROR Kazam - Could not find any typelib for AppIndicator3 Traceback (most recent call last): File "/usr/bin/kazam", line 74, in <module> appWindow = KazamApp(datadir, args.debug) File "/usr/lib/python2.7/dist-packages/kazam/app.py", line 99, in __init__ self.vbox = Gtk.Box(spacing = 20, orientation = Gtk.Orientation.VERTICAL) File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 314, in __init__ super(Box, self).__init__(**kwds) TypeError: cannot create instance of abstract (non-instantiable) type `GtkBox'
$ kazam /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:47: RuntimeWarning: You have imported the Gtk 2.0 module. Because Gtk 2.0 was not designed for use with introspection some of the interfaces and API will fail. As such this is not supported by the pygobject development team and we encourage you to port your app to Gtk 3 or greater. PyGTK is the recomended python module to use with Gtk 2.0 warnings.warn(warn_msg, RuntimeWarning) ERROR Kazam - Could not find any typelib for AppIndicator3 Traceback (most recent call last): File "/usr/bin/kazam", line 74, in <module> appWindow = KazamApp(datadir, args.debug) File "/usr/lib/python2.7/dist-packages/kazam/app.py", line 99, in __init__ self.vbox = Gtk.Box(spacing = 20, orientation = Gtk.Orientation.VERTICAL) File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 314, in __init__ super(Box, self).__init__(**kwds) TypeError: cannot create instance of abstract (non-instantiable) type `GtkBox'
|