%general-entities; ]> PyGObject-&pygobject3-version; PyGObject3 Introduction to PyGObject3 Module PyGObject3 provides Python bindings to the GObject class from GLib. &lfs76_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 bindings) and/or (for Python 3 bindings) User Notes: Installation of PyGObject3 Both Python 2 and Python 3 modules can be built and installed without any conflicts. If you wish to run the test suite, optionally use the following command so that one test is marked as "expected failure": sed -i '/test_out_glist/ i\ @unittest.expectedFailure' \ tests/test_atoms.py 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 -k check. An already active graphical session with bus address is necessary to run the tests. Some tests fail for unknown reasons. 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.so,_gi_cairo.so} and/or /usr/lib/python&python3-majorver;/site-packages/gi/{_gi_cairo.cpython-34m.so,_gi.cpython-34m.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}