[Zope] More product writing problems

Seb Bacon seb@jamkit.com
Tue, 4 Dec 2001 16:45:17 -0000


> 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