Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
need to build pygtk for the other python installations ..
how to install pygtk for python if i have multiple version of python like 2.5 , 2.6
is that means i have to separately download pygtk for python 2.5 and install it.. ??
Kindly need suggestions ...
Yes I think you should try and download pygtk source and build it for python 2.5. It may work without problems. If your python is in /usr/local, you should probably use
env PYTHON=/usr/local/bin/python2.5 ./configure --prefix=/usr/local
make
sudo make install
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691