[Zope] Re: Re: Poll: Zope and Suse Linux
Paul Winkler
pw_lists at slinkp.com
Fri Jul 8 11:11:21 EDT 2005
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
More information about the Zope
mailing list