GNOME Bugzilla – Bug 418871
Does not compiles with python 2.5
Last modified: 2007-03-16 20:32:47 UTC
Subj. I have pygtk 2.10.4 and python 2.5 but when i try ./configure --prefix=/usr i get this error: ..... checking for python2.4... /usr/bin/python2.4 checking whether /usr/bin/python2.4 version is >= 2.4.0... yes checking for version... 2.4 checking for platform... linux2 checking for script directory... ${prefix}/lib/python2.4/site-packages checking for extension module directory... ${exec_prefix}/lib/python2.4/site-packages checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ALACARTE... yes checking for pygtk 2.8.0 installed for python 2.4... not found configure: error: required pygtk version not found
Your system is setup weirdly. To make it use python 2.5 run it like this: PYTHON=/usr/bin/python2.5 ./configure