Hello, I am trying to get started with Zope and Plone. Zope basically works fine, but after trying to install Plone, I get a startup exception. The OS I am working with is SuSE 8.2, the Python version I compiled Zope with is 2.1.3 and the Plone version I tried is 1.0.5. When I follow the install instructions of Plone I get the startup exception of Zope telling me that it can't import the TRIGGER_USER_ACTION (detailed error messages at the end of the mail..) After removing the link to the CMFPlone directory, everything works again fine... Can you tell me what I did wrong or give me a hint what I should try to change, because I haven't found any help in forums or faq's. That's why I have to bother you ;-) thanks and bye Robert robert@nihilbaxter:~/zope/Zope-2.6.2-src> ./start ------ 2003-11-02T21:11:23 INFO(0) zdaemon Started subprocess: pid 19410 ------ 2003-11-02T21:11:25 ERROR(200) Zope Could not import Products.CMFPlone Traceback (innermost last): File /home/robert/zope/Zope-2.6.2-src/lib/python/OFS/Application.py, line 522, in import_product File /home/robert/zope/Zope-2.6.2-src/Products/CMFPlone/__init__.py, line 6, in ? (Object: Products.CMFPlone.CustomizationPolicy) File /home/robert/zope/Zope-2.6.2-src/Products/CMFPlone/WorkflowTool.py, line 11, in ? (Object: UniqueObject) ImportError: cannot import name TRIGGER_USER_ACTION ------ 2003-11-02T21:11:25 PANIC(300) z2 Startup exception Traceback (innermost last): File /home/robert/zope/Zope-2.6.2-src/z2.py, line 585, in ? File /home/robert/zope/Zope-2.6.2-src/lib/python/Zope/__init__.py, line 46, in startup (Object: startup) File /home/robert/zope/Zope-2.6.2-src/lib/python/Zope/App/startup.py, line 45, in startup File /home/robert/zope/Zope-2.6.2-src/lib/python/OFS/Application.py, line 500, in import_products File /home/robert/zope/Zope-2.6.2-src/lib/python/OFS/Application.py, line 522, in import_product File /home/robert/zope/Zope-2.6.2-src/Products/CMFPlone/__init__.py, line 6, in ? (Object: Products.CMFPlone.CustomizationPolicy) File /home/robert/zope/Zope-2.6.2-src/Products/CMFPlone/WorkflowTool.py, line 11, in ? (Object: UniqueObject) ImportError: cannot import name TRIGGER_USER_ACTION
Robert Chares wrote:
Hello,
I am trying to get started with Zope and Plone. Zope basically works fine, but after trying to install Plone, I get a startup exception. The OS I am working with is SuSE 8.2, the Python version I compiled Zope with is 2.1.3 and the Plone version I tried is 1.0.5. When I follow the install instructions of Plone I get the startup exception of Zope telling me that it can't import the TRIGGER_USER_ACTION (detailed error messages at the end of the mail..) After removing the link to the CMFPlone directory, everything works again fine... Can you tell me what I did wrong or give me a hint what I should try to change, because I haven't found any help in forums or faq's. That's why I have to bother you ;-)
Looks to me like DCWorkflow isn't installed or is somehow broken. It's one of several products that come with Plone that must must also be installed like CMFPlone. Is it in your Products directory? How about the control panel? --jcc -- "My point and period will be throughly wrought, Or well or ill, as this day's battle's fought."
participants (2)
-
J. Cameron Cooper -
Robert Chares