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
Aaron wrote at 2004-4-21 11:20 +0300:
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: ... ------ 2004-04-21T03:12:02 PANIC(300) z2 Startup exception Traceback (innermost last): ... File /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/Products/CMFPlone/FormTool.py, line 5, in ? ImportError: No module named Formulator.Form
Are you sure, you have the "Formulator" product installed? Apparently, Python cannot import "Formulator.Form"... I my view, it is a bug that Zope dies in development mode (only) when the initialization of a product does not succeed (as in your case). The Zope maintainers do not share my opinion in this respect... -- Dieter
The issue it turned out was that I was using the wrong version of Zope with the right version wrong version of Plone. When I found a combo that worked it was a real no brainer, nothing was missing it just couldn't be found. Aaron On Fri, 2004-04-23 at 01:41, Dieter Maurer wrote:
Aaron wrote at 2004-4-21 11:20 +0300:
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: ... ------ 2004-04-21T03:12:02 PANIC(300) z2 Startup exception Traceback (innermost last): ... File /home/aamehl/Zope-2.6.2-linux2-x86/lib/python/Products/CMFPlone/FormTool.py, line 5, in ? ImportError: No module named Formulator.Form
Are you sure, you have the "Formulator" product installed?
Apparently, Python cannot import "Formulator.Form"...
I my view, it is a bug that Zope dies in development mode (only) when the initialization of a product does not succeed (as in your case). The Zope maintainers do not share my opinion in this respect...
participants (2)
-
Aaron -
Dieter Maurer