[Zope] installation problem
Dieter Maurer
dieter@handshake.de
Wed, 8 Jan 2003 21:31:11 +0100
Pino Silvestre wrote at 2003-1-7 16:57 +0000:
> I hope somebody could help me. During installation this error appears
> 'import site' failed; use -v for traceback
> Traceback (most recent call last):
> File "inst/binary_install.py", line 20, in ?
> import sys, os, getopt
> ImportError: No module named os
>
> on my Solaris machine.
Your python cannot find its runtime library (".../lib/python<version>").
This usually means that the Python installation is broken.
Dieter