[Zope-CMF] DCWorkflow 0.2/0.4 broken - in Product view

Gilles Lenfant gilles@objectis.net
Fri, 25 Jan 2002 20:00:36 +0100


Hi,

CMF 1.2 and DCWorkfow require ZPT and it seems that
That's the reason why you got broken products.

http://cmf.zope.org/download/CMF-1.2/DEPENDENCIES.txt

Follow special installation instructions (TAL and ZTUtils in the lib/python
directory, NOT with the Products)

http://www.zope.org/Members/4am/ZPT

Or you can choose to upgrade to Zope 2.5b4 (on a development server) where
ZPT is included.

HTH

----- Original Message -----
From: "Yovallai" <yovallai@yahoo.com>
To: <zope-cmf@zope.org>
Sent: Friday, January 25, 2002 7:11 PM
Subject: [Zope-CMF] DCWorkflow 0.2/0.4 broken - in Product view


> Hi,
>
> I've placed DCWorkflow in
> <zope>/lib/python/Products/
> along with CMFCalender, CMFDefault, CMFCore and
> CMFTopic from CMF 1.2.
>
> I've tried this procedure with versions 0.2 and 0.4
> (from http://cmf.zope.org/Members/jack-e/) and 0.4.2
> (cvs.zope.org). The outcome is always a broken
> DCWorkflow.
>
> It would be nice if you can lead a newbie the way.
>
> Yovallai
>
>
> The Traceback when clicking on DCWorkflow in the
> Product view, where it is already marked as (Broken
> product DCWorkflow):
> **********************************************
> Traceback (most recent call last):
>   File
> "C:\PROGRA~1\Zope243\lib\python\OFS\Application.py",
> line 563, in import_product
>     product=__import__(pname, global_dict,
> global_dict, silly)
>   File
> "C:\PROGRA~1\Zope243\lib\python\Products\DCWorkflow\__init__.py",
> line 20, in ?
>     import DCWorkflow, States, Transitions, Variables,
> Worklists, Scripts
>   File
> "C:\PROGRA~1\Zope243\lib\python\Products\DCWorkflow\DCWorkflow.py",
> line 45, in ?
>     from Transitions import TRIGGER_AUTOMATIC,
> TRIGGER_USER_ACTION, \
>   File
> "C:\PROGRA~1\Zope243\lib\python\Products\DCWorkflow\Transitions.py",
> line 30, in ?
>     from Guard import Guard
>   File
> "C:\PROGRA~1\Zope243\lib\python\Products\DCWorkflow\Guard.py",
> line 28, in ?
>     from Expression import Expression,
> StateChangeInfo, createExprContext
>   File
> "C:\PROGRA~1\Zope243\lib\python\Products\DCWorkflow\Expression.py",
> line 28, in ?
>     from Products.PageTemplates.PageTemplate import
> ModuleImporter
> ImportError: cannot import name ModuleImporter
>
> **********************************************
>
> Traceback of CMFCalender which is also "broken":
> **********************************************
> Traceback (most recent call last):
>   File
> "C:\PROGRA~1\Zope243\lib\python\OFS\Application.py",
> line 563, in import_product
>     product=__import__(pname, global_dict,
> global_dict, silly)
>   File
> "C:\PROGRA~1\Zope243\lib\python\Products\CMFCalendar\__init__.py",
> line 13, in ?
>     from Products.CMFDefault import Portal
>   File
> "C:\PROGRA~1\Zope243\lib\python\Products\CMFDefault\__init__.py",
> line 18, in ?
>     import Portal
>   File
> "C:\PROGRA~1\Zope243\lib\python\Products\CMFDefault\Portal.py",
> line 20, in ?
>     from Products.CMFCore.PortalObject import
> PortalObjectBase
>   File
> "C:\PROGRA~1\Zope243\lib\python\Products\CMFCore\__init__.py",
> line 18, in ?
>     import ActionsTool, UndoTool, RegistrationTool,
> SkinsTool
>   File
> "C:\PROGRA~1\Zope243\lib\python\Products\CMFCore\SkinsTool.py",
> line 36, in ?
>     from Products.PageTemplates.ZopePageTemplate
> import ZopePageTemplate
>   File
>
"C:\PROGRA~1\Zope243\lib\python\Products\PageTemplates\ZopePageTemplate.py",
> line 105, in ?
>     from PageTemplate import PageTemplate
>   File
> "C:\PROGRA~1\Zope243\lib\python\Products\PageTemplates\PageTemplate.py",
> line 93, in ?
>     from TAL.TALParser import TALParser
> SystemError: NULL result without error in call_object
> **********************************************
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Great stuff seeking new owners in Yahoo! Auctions!
> http://auctions.yahoo.com
>
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
requests
>