Hi,

I installed Zope-2.2.5.src on bsdi 3.0, with Python 2.0. Compilation
runned fine but when I run ./start I obtain the followinfg error :

bash-2.02$ ./start
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File
"/usr/local/apache/htdocs/commercial/advl/zope/Zope-2.2.5-src/z2.py",
line 283, in ?
    import os, sys, getopt, string
ImportError: No module named os

start file
=====
#! /bin/sh
reldir=`dirname $0`
PYTHONHOME=`cd $reldir; pwd`
export PYTHONHOME
exec /usr/local/bin/python \
     $PYTHONHOME/z2.py \
     -D "$@"


Suggestions?

Bye, FR






_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to