[Zope3-checkins] CVS: Zope3/src/zope/app - meta.zcml:1.5

Barry Warsaw barry@python.org
15 Apr 2003 15:21:58 -0400


On Tue, 2003-04-15 at 14:53, Matt Hamilton wrote:
> Update of /cvs-repository/Zope3/src/zope/app
> In directory cvs.zope.org:/tmp/cvs-serv2345/src/zope/app
> 
> Modified Files:
> 	meta.zcml 
> Log Message:
> Extended TALES namespace functionality to Zope3.  You can now use 
> TALES expressions such as foo/zope:title within ZPT.
> 
> Currently only a single function 'title' has been created within
> talesapi.py, now we need to work out which functionality we want to 
> expose ;-)  Probably look through the ZQR and places like that.

I hope you have checkins still to make, because if not, you just broke
z3.py:

% make run
...
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File
"site.zcml", line 6, column 0
	
ZopeXMLConfigurationError:
  File "/home/barry/projects/zope3/src/zope/app/configure.zcml", line
104, column 2
	
ZopeXMLConfigurationError:
  File
"/home/barry/projects/zope3/src/zope/app/pagetemplate/configure.zcml",
line 8, column 2
	
ImportError:
  No module named talesapi
make: *** [run] Error 1

-Barry