%general-entities; ]> PyGObject-&pygobject3-version; PyGObject3 Introduction to PyGObject3 Module PyGObject3 provides Python bindings to the GObject class from GLib. &lfs84_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &pygobject3-md5sum; Download size: &pygobject3-size; Estimated disk space required: &pygobject3-buildsize; Estimated build time: &pygobject3-time; PyGObject3 Dependencies Required and (Python 3 module) Recommended and (Python 2 module) Optional (for the tests) pep8, pyflakes, and pytest User Notes: Installation of PyGObject3 Both Python 2 and Python 3 modules can be built and installed without any conflicts. To build PyGObject3 as a Python 2 module, run the following commands: mkdir python2 && pushd python2 && meson --prefix=/usr -Dpython=python2 && ninja && popd To test the results, issue: ninja -C python2 test. An already active graphical session with bus address is necessary to run the tests. To build PyGObject3 as a Python 3 module, run the following commands: mkdir python3 && pushd python3 && meson --prefix=/usr -Dpython=python3 && ninja && popd To test the results, issue: ninja -C python3 test. An already active graphical session with bus address is necessary to run the tests. To install the Python 2 module, run the following command as the root user: ninja -C python2 install To install the Python 3 module, run the following command as the root user: ninja -C python3 install Contents Installed Programs Installed Library Installed Directories None /usr/lib/python&python2-majorver;/site-packages/gi/_gi{,_cairo}.so and/or /usr/lib/python&python3-majorver;/site-packages/gi/_gi{,_cairo}.cpython-37m-<arch>-linux-gnu.so /usr/include/pygobject-3.0, and /usr/lib/python&python2-majorver;/site-packages/{gi,pygtkcompat} and/or /usr/lib/python&python3-majorver;/site-packages/{gi,pygtkcompat}