build python-2.6 and execute bootstrap like this:

mkdir myPy
cd myPy
wget http://www.python.org/ftp/python/2.6.8/Python-2.6.8.tgz
tar -xvzf Python-2.6.8.tgz
cd Python-2.6.8
./configure --prefix=/path/to/myPy
make
make install
cd /path/to/your/instance
/path/to/myPy/bin/python bootstrap.py

good luck,
ida



--
View this message in context: 
http://plone.293351.n2.nabble.com/upgrade-python-in-plone-tp7557688p7557693.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
_______________________________________________
Setup mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-setup

Reply via email to