I was trying to play around with the latest version of Zope and the PTK from cvs. After compiling zope i tried to run it and get the following error (without PTK installed). CVS commands i tried the standard cvs checkout Zope2 and later tried cvs up -Pd to no avail. any ideas? Kapil Traceback (innermost last): File "/home/smog/Zope/zope_cvs/Zope2/z2.py", line 454, in ? exec "import "+MODULE in {} File "<string>", line 1, in ? File "/home/smog/Zope/zope_cvs/Zope2/lib/python/Zope/__init__.py", line 95, in ? import Globals, OFS.Application, sys File "/home/smog/Zope/zope_cvs/Zope2/lib/python/OFS/Application.py", line 92, in ? import Globals,Folder,os,sys,App.Product, App.ProductRegistry, misc_ File "/home/smog/Zope/zope_cvs/Zope2/lib/python/OFS/Folder.py", line 102, in ? from FolderInterface import FolderInterface File "/home/smog/Zope/zope_cvs/Zope2/lib/python/OFS/FolderInterface.py", line 5, in ? from AccessControl.RoleManagerInterface import RoleManagerInterface ImportError: No module named RoleManagerInterface