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 options and paths while using "configure, make, make install" or "setup.py?"

link|improve this question

does pygtk work for your version of python? – Jimmy Apr 6 '11 at 19:51
The README says "Python 2.3.5 or higher", and my versions are higher. – Winston C. Yang Apr 6 '11 at 20:14
feedback

1 Answer

up vote 1 down vote accepted
#python2.6 setup.py

or

#python2.5 setup.py

will make the difference

Edit: for PyGTK please refer to this FAQ

link|improve this answer
Using setup.py, I got the following message: Building PyGTK using distutils is only supported on windows. To build PyGTK in a supported way, read the INSTALL file. I may have compiled from source most of my Python versions. – Winston C. Yang Apr 6 '11 at 20:18
Did you read the INSTALL file? Usually they have some nice info (seriously). – Blender Apr 6 '11 at 20:24
@Winston: Added info related to PyGTK in my answer, I hope it can help. – neurino Apr 8 '11 at 7:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.