%general-entities; ]> PyGTK-&pygtk-version; PyGTK Introduction to PyGTK Module PyGTK lets you to easily create programs with a graphical user interface using the Python programming language. &lfs121_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &pygtk-md5sum; Download size: &pygtk-size; Estimated disk space required: &pygtk-buildsize; Estimated build time: &pygtk-time; PyGTK Dependencies Required and Required (atk module) Required (pango module) Required (pangocairo module) and Required (gtk and gtk.unixprint modules) and Required (gtk.glade module) and Optional Optional (to Build Documentation) Installation of PyGTK First, adapt PyGTK to changes in Pango by removing undefined APIs: sed -i '1394,1402 d' pango.defs Install PyGTK by running the following commands: ./configure --prefix=/usr && make The tests must be run from an active X display. If this is so, issue: make check. Now, as the root user: make install Command Explanations --enable-docs: This option enables rebuilding the html documentation if is installed. Contents Installed Programs Installed Libraries Installed Directories pygtk-codegen-2.0 and pygtk-demo. atk.so, _gtk.so, glade.so, gtkunixprint.so, pango.so and pangocairo.so. /usr/include/pygtk-2.0, /usr/lib/pygtk, /usr/lib/python&python2-majorver;/site-packages/gtk-2.0, /usr/share/gtk-doc/html/pygtk and /usr/share/pygtk. Short Descriptions pygtk-codegen-2.0 is a wrapper script to run the PyGTK codegen module pygtk-codegen-2.0 pygtk-demo is a Python wrapper to run the PyGTK demo program pygtk-demo