4 Dec
2001
4 Dec
'01
4:45 p.m.
which depends from Python 1.5 - at least under my system. If I link /usr/bin/python to /usr/bin/python2.1 zope does not start because of some modules (namely 'os') are not found.
You need to get Zope to use the 2.1 libraries as well as the 2.1 binary. Make a symlink from Zope/lib/python-2.1 to <python>/lib/python-2.1. seb