No. However, you may have to build Python yourself. Try using the source
RPM; if that fails to work, either correct the spec file, or build
directly from the pydotorg sources.
Regards,
Martin
And you don't want to install an rpm with 2.4 that overwrites the 2.2
version that came with Red Hat. Many of the Red Hat configurations
tools rely on the existing 2.2 version so you need to keep it there.
You want to install python 2.4 somewhere else (/usr/local is the usual
place).
It really isn't difficult. Grab the .tgz file and untar it, cd into the
python directory, execute "./configure; make;make install" assuming you
have write permissions on /usr/local; if not su to root before doing
"make install".
Dave