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
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to