%general-entities; ]> PyGObject-&pygobject3-version; PyGObject3 Introduction to PyGObject3 Module PyGObject3 provides Python bindings to the GObject class from GLib. &lfs80_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 (for Python 2 and/or Python 3 bindings) Optional (for the tests) pep8 and pyflakes User Notes: Installation of PyGObject3 Both Python 2 and Python 3 modules can be built and installed without any conflicts. To build PyGObject3 as the Python 2 module, run the following commands: mkdir python2 && pushd python2 && ../configure --prefix=/usr --with-python=/usr/bin/python && make && popd To test the results, issue: make -C python2 check. An already active graphical session with bus address is necessary to run the tests. To build PyGObject3 as the Python 3 module, run the following commands: mkdir python3 && pushd python3 && ../configure --prefix=/usr --with-python=/usr/bin/python3 && make && popd To test the results, issue: make -C python3 check. 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: make -C python2 install To install the Python 3 module, run the following command as the root user: make -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-35m-<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}