8 Jul
2005
8 Jul
'05
3:11 p.m.
On Fri, Jul 08, 2005 at 04:01:23PM +0100, Tony Addyman wrote:
Removing python-2.4 from the system is not an option. Too many thinks link in to it.
No need to remove anything. Just build python 2.3 and install it in /usr/local (the default). Then build zope from source like so: ./configure --with-python=/usr/local/bin/python2.3 --prefix=... make make install Does that not work? I don't see why this is any different from the usual case of the distro-provided python or zope being too old. -- Paul Winkler http://www.slinkp.com