[Zope] Installation problem

Sherman Lambert sherman.lambert@state.co.us
Mon, 26 Aug 2002 12:27:05 -0600


Hi all,

I am trying to get a Zope installation running on FreeBSD 4.6.  I believe
that I have everything right, however when I try ./start I get the following
message

bs4# ./start: /usr/local/lib/python2.1: permission denied
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/local/zope/z2.py", line 296, in ?
    import os, sys, getopt, string
ImportError: No module named os

the rights on the os module are:

bs4# ls -l /usr/local/lib/python2.1/os.py
-rwxrwxrwx  1 root  wheel  17401 Aug 23 15:44 /usr/local/lib/python2.1/os.py

I had to install python manually so I could have gummed it up there.  Does
anyone have any ideas?

TIA
SHerman