[Zope] [Q] problem installing page templates ...

Darran Edmundson darran.edmundson@anu.edu.au
Sun, 9 Dec 2001 15:05:55 +1100


I've stared at the following for the past two hours but can't
figure out my problem in getting PageTemplates up and
running ...

I did the following:
  - fresh install of Zope 2.4.3 (win binary release)
  - successfully installed TAL 1.4.1 and ZTUtils 1.1.3
  - extracted PageTemplates-1.4.1.tar.gz into my lib/python/Products
but am getting the traceback:

2001-12-09T03:47:40 ERROR(200) Zope Couldn't install PageTemplates
Traceback (innermost last):
  File C:\Zope\TestBed\lib\python\OFS\Application.py, line 668, in
install_product
    (Object: Zope)
    (Info: PageTemplates)
  File C:\Zope\TestBed\lib\python\Products\PageTemplates\__init__.py, line
95, in initialize
  File
C:\Zope\TestBed\lib\python\Products\PageTemplates\ZopePageTemplate.py, line
105, in ?
    (Object: package_home)
  File C:\Zope\TestBed\lib\python\Products\PageTemplates\PageTemplate.py,
line 93, in ?
ImportError: No module named TAL.TALParser

/Zope/TestBed/lib/python/Products $ ls -l TAL/TALParser.py
-rw-r--r--    1 Darran E None         7509 Jul 21 05:58 TALParser.py

Am I missing something obvious?  As always, any and all help is greatly
appreciated.

Cheers,
Darran.