I'm trying to build Zope on a BSD server. According to the install.txt I have to run two commands - "python w_pcgi.py" and "./start". I managed to get the first command to run (python w_pcgi.py) after editing my Makefile.pre.in and do.py as per the FAQ.txt. But when I when I run the second command (./start) I get the following error message: media2: {38} % ./start Traceback (innermost last): File "/magma/users/u21/wake/zope/z2.py", line 554, in ? exec "import "+MODULE in {} File "<string>", line 1, in ? File "/magma/users/u21/wake/zope/lib/python/Zope/__init__.py", line 94, in ? import ZODB, ZODB.ZApplication, imp File "/magma/users/u21/wake/zope/lib/python/ZODB/__init__.py", line 85, in ? import sys, ExtensionClass, TimeStamp, cPersistence, Persistence ImportError: No module named ExtensionClass Any ideas as to what I'm doing wrong? TIA Lee Hunter Hum Communications Ltd.
participants (1)
-
Lee Hunter