After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 418871 - Does not compiles with python 2.5
Does not compiles with python 2.5
Status: RESOLVED NOTABUG
Product: alacarte
Classification: Applications
Component: general
0.11.x
Other Linux
: Normal critical
: ---
Assigned To: Alacarte Maintainer(s)
Alacarte Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-03-16 07:48 UTC by nikki
Modified: 2007-03-16 20:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description nikki 2007-03-16 07:48:52 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
Comment 1 Travis Watkins 2007-03-16 20:32:47 UTC
Your system is setup weirdly. To make it use python 2.5 run it like this:
PYTHON=/usr/bin/python2.5 ./configure