Hi all, I am trying to install plone. I installed an older version of Zope which I got to run. When I try starting Zope 2.6.2 now I get the following errors: ---------------------------------snip------------------------------- 2004-04-21T03:12:02 ERROR(200) Zope Could not import Products.CMFPlone Traceback (innermost last): File /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/OFS/Application.py, line 522, in import_product File /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/Products/CMFPlone/__init__.py, line 7, in ? (Object: Products.CMFPlone.CustomizationPolicy) File /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/Products/CMFPlone/FormTool.py, line 5, in ? ImportError: No module named Formulator.Form ------ 2004-04-21T03:12:02 PANIC(300) z2 Startup exception Traceback (innermost last): File /home/aamehl/Zope-2.6.2-linux2-x86/z2.py, line 585, in ? File /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/Zope/__init__.py, line 46, in startup (Object: startup) File /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/Zope/App/startup.py, line 45, in startup File /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/OFS/Application.py, line 500, in import_products File /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/OFS/Application.py, line 522, in import_product File /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/Products/CMFPlone/__init__.py, line 7, in ? (Object: Products.CMFPlone.CustomizationPolicy) File /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/Products/CMFPlone/FormTool.py, line 5, in ? ImportError: No module named Formulator.Form [1]+ Done ./start -----------------------------------snip------------------------------------- Could I have put all the plone products in the wrong directory? I dropped them in /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/Product Is that indeed the Product directory? If so what am I doing wrong? Thanks Aaron I