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
This really smells like a permission problem. You should check the permissions of the /usr/local/lib and /usr/local/lib/python2.1 directory. -aj ----- Original Message ----- From: "Sherman Lambert" <sherman.lambert@state.co.us> To: <zope@zope.org> Sent: Monday, August 26, 2002 20:27 Subject: [Zope] Installation problem
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
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Sherman Lambert writes:
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 You should check, where this "permission denied" comes from...
'import site' failed; use -v for traceback Python is unable to find its library...
Dieter
participants (3)
-
Andreas Jung -
Dieter Maurer -
Sherman Lambert