Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/06/2011, 09:33
beetle
 
Fecha de Ingreso: septiembre-2004
Mensajes: 17
Antigüedad: 19 años, 6 meses
Puntos: 0
Python2.4 and python2.5 en Fedora10

Hola,

estoy trabajando con una Fedora10 64bits, la cual dispone de python2.4 and python2.5. Intento instalar un módulo para python2.4, pero no consigo ejecutar:

python2.4 setup.py build

Obtengo:

error: invalid Python installation: unable to open /usr/include/python2.4/pyconfig-64.h (No such file or directory)

He comprobado que /usr/include/python2.4/ no existe. Pero sí que existe, en cambio, /usr/include/python2.5/

Intento instalar python2.4-devel:

sudo yum install compat-python24-devel-2.4.5-3.fc10.x86_64.rpm

pero parece que ya está instalado:

package compat-python24-2.4.5-6.fc10.x86_64 (which is newer than compat-python24-2.4.5-3.fc10.i386) is already installed file /usr/lib64/python2.4/config/Makefile from install of compat-python24-devel-2.4.5-3.fc10.x86_64 conflicts with file from package compat-python24-2.4.5-6.fc10.x86_64

No sé qué puedo hacer para poder disponer del directorio /usr/include/python2.4/ porque según dice el mensaje, ya está instalado.
¿Por qué el mensaje de error de instalación se refiere al paquete compat-python24-2.4.5-3.fc10.i386 cuando yo estoy intentando instalar la versión de 64 bits?

Gracias.