How to Install python-glade2 in Ubuntu 18.04



Install python-glade2 by entering the following commands in the terminal:

sudo apt update
sudo apt install python-glade2

Description:

GTK+ bindings: Glade support

Contains bindings for the glade library from use within Python. Glade makes it very easy to create a user interface. In the target application you just need to load the interface description from the .glade file instead of constructing the GUI at runtime. . This package is deprecated, you should migrate to using gobject-introspection (GIR) based python bindings instead (PyGObject). https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting

Homepage: http://www.pygtk.org/

Version: 2.24.0-5.1ubuntu2

Section: universe/python