Please pardon my ignorance but are page templates part of the standard Zope distribution? I'm running Zope 2.4.1 (binary release, python 2.1, win32-x86), python 2.1.0, win32, but I don't see "page template" in the add drop box of the ZMI nor can I see it as a downloadable product at zope.org. This all cropped up when my installation of DCWorkflow failed due to missing Page Templates. As always, any help is much appreciated. Cheers, Darran. Traceback (most recent call last): File "C:\Zope\TestBed\lib\python\OFS\Application.py", line 558, in import_product product=__import__(pname, global_dict, global_dict, silly) File "C:\Zope\TestBed\lib\python\Products\DCWorkflow\__init__.py", line 92, in ? import DCWorkflow, States, Transitions, Variables, Worklists, Scripts File "C:\Zope\TestBed\lib\python\Products\DCWorkflow\DCWorkflow.py", line 117, in ? from Transitions import TRIGGER_AUTOMATIC, TRIGGER_USER_ACTION, \ File "C:\Zope\TestBed\lib\python\Products\DCWorkflow\Transitions.py", line 102, in ? from Guard import Guard File "C:\Zope\TestBed\lib\python\Products\DCWorkflow\Guard.py", line 100, in ? from Expression import Expression, StateChangeInfo, createExprContext File "C:\Zope\TestBed\lib\python\Products\DCWorkflow\Expression.py", line 98, in ? from Products.PageTemplates.Expressions import getEngine ImportError: No module named PageTemplates.Expressions --------------------------------------------- This message was sent using Endymion MailMan. http://www.endymion.com/products/mailman/
On Sun, 21 Oct 2001 darran.edmundson@anu.edu.au wrote:
Please pardon my ignorance but are page templates part of the standard Zope distribution? I'm running Zope 2.4.1 (binary release, python 2.1, win32-x86), python 2.1.0, win32, but I don't see "page template" in the add drop box of the ZMI nor can I see it as a downloadable product at zope.org.
This all cropped up when my installation of DCWorkflow failed due to missing Page Templates. As always, any help is much appreciated.
Nope, they're not part of the standard install. http://www.zope.org/Members/4am/ZPT -- Joel BURTON | joel@joelburton.com | joelburton.com | aim: wjoelburton Independent Knowledge Management Consultant
participants (2)
-
darran.edmundson@anu.edu.au -
Joel Burton