See the title for the question. In particular, in Linux, how do I compile and install PyGTK 2.24 for different versions of Python?
Do I have to specify option开发者_开发技巧s and paths while using "configure, make, make install" or "setup.py?"
#python2.6 setup.py
or
#python2.5 setup.py
will make the difference
Edit: for PyGTK please refer to this FAQ
精彩评论