I tried to install Zope on Ubuntu server 10.04:
mnk@srv:~/zope-plone/Zope-3.4.0$ ./configure --prefix=/opt/zope-3.4.0
Configuring Zope installation
Testing for an acceptable Python interpreter...
Python version 2.6.5 found at /usr/bin/python
Python version 2.6.5 found at /usr/bin/python2
No suitable Python version found. You should install
Python version 2.4.3 before continuing. Versions
2.4.7 2.4.6 2.4.5 2.4.4 2.4.2 2.4.1 also work, but not as optimally.
So can I install Zope with my Python 2.6.5 or I need to install 2.4.3 version? And if I install this version of Python will I have some problems with my system or other python applications?