| FAQ Index - Search - Recent Changes - Everything - Add entry |
1.8. I need PyGTK/libglade compiled for [insert Unix OS here]!
Very basically, grab source from links in questions 1.2 or 1.3, and do a
cd /usr/src/pygtk-0.9.9 # we wish :-) ./configure make make installFor Redhat 7.1, James Henstridge himself said:
You may as well compile it yourself. Just make sure you have the python2-devel RPM installed on your system, along with the -devel rpms for gtk+, glib, and the other modules you want to be able to use. Then run the following commands:
PYTHON=/usr/bin/python2 ./configure --prefix=/usr make make install
