Hi there, after installing zpt 1.2 tal and zope utilyties (all from the zpt-download page) I get the following output when starting zope TAL is istalled in the products directory, and a TALParser.py can be found there. any ideas? Robert 2001-05-02T05:26:09 ERROR(200) Zope Couldn't install PageTemplates Traceback (innermost last): File K:\PROGRA~1\zope\lib\python\OFS\Application.py, line 627, in install_prod ucts (Object: ApplicationDefaultPermissions) (Info: PageTemplates) File K:\Programme\zope\lib\python\Products\PageTemplates\__init__.py, line 95, in initialize File K:\Programme\zope\lib\python\Products\PageTemplates\ZopePageTemplate.py, line 104, in ? File K:\Programme\zope\lib\python\Products\PageTemplates\PageTemplate.py, line 93, in ? ImportError: No module named TAL.TALParser
From: Robert Rottermann
TAL is istalled in the products directory, and a TALParser.py can be found there.
TAL is not a Product, but rather a regular Python package. As the installation directions state, it should be placed in $ZOPE/lib/python, not in the Products subdirectory. Cheers, Evan @ digicool & 4-am
On 05 May 2001 15:29:14 -0500, Evan Simpson wrote:
From: Robert Rottermann
TAL is istalled in the products directory, and a TALParser.py can be found there.
TAL is not a Product, but rather a regular Python package. As the installation directions state, it should be placed in $ZOPE/lib/python, not in the Products subdirectory.
How does this work with INSTANCE_HOME setups? Can $INSTANCE_HOME have a lib/python tree as well? Bill
From: "Bill Anderson" <bill@libc.org>
How does this work with INSTANCE_HOME setups? Can $INSTANCE_HOME have a lib/python tree as well?
Not yet, though I expect to have this in Zope 2.4. For now, you can put it in your Python lib's site-packages. Cheers, Evan @ digicool & 4-am
From my experience it doesn'y have to live in lib/python it just has to be available on the PYTHONPATH.
On Sunday 06 May 2001 18:01, Bill Anderson wrote:
On 05 May 2001 15:29:14 -0500, Evan Simpson wrote:
From: Robert Rottermann
TAL is istalled in the products directory, and a TALParser.py can be
found there.
TAL is not a Product, but rather a regular Python package. As the installation directions state, it should be placed in $ZOPE/lib/python, not in the Products subdirectory.
How does this work with INSTANCE_HOME setups? Can $INSTANCE_HOME have a lib/python tree as well?
Bill
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Bill Anderson -
Evan Simpson -
Phil Harris -
Robert Rottermann