Ofer Weisglass wrote at 2006-7-5 01:38 +0300:
... I updated the python to the last version and this is what I get after the zope installation was over with no errors (already created instance, username and password)
Traceback (most recent call last): ... setImplementation("C") File "/usr/software/zope/lib/python/AccessControl/Implementation.py", line 51, in setImplementation from AccessControl import ImplC as impl File "/usr/software/zope/lib/python/AccessControl/ImplC.py", line 30, in ? from ImplPython import RestrictedDTML, SecurityManager, ZopeSecurityPolicy ImportError: No module named ImplPython
This looks like a missing installation step (generation of the C-extensions did not happen). Recheck the installation instructions and try again. -- Dieter