Hi,
Bear with me I've got a ton of questions (been searching all over and this is literally the only post on the subject).
I've been trying to get the Django framework running on my server (RHEL3 Plesk 7.5.4) it requires python 2.3+ and mod_python 3.2+.
Did you install python 2.4 with
http://www.python.org/pyvault/ or did you install python2.4 from source then use
http://www.python.org/pyvault/ for dependencies?
I tried the bootstrap from
http://www.python.org/pyvault/ and it installed python 2.4 but broke yum half way throught the script - the script wanted to use yum to install all the dependencies but each gave an error. I ended up with this error everytime I tried to run yum
/usr/lib/python2.4/site-packages/rpm/_rpmmodule.so: undefined symbol: _rpmts_stats
I read that doing
rm /var/lib/rpm/__*
rpm --rebuilddb
fixed the error but that didn't work for me. I'm hoping an install of python from source will work.
Did your python 2.4 install overwrite python 2.2 or install it in another location?
When you installed mod_python could you still use Plesk's site setup to add mod_python or do you add it manually through a vhost.conf file?
thanks!