2011-10-29 20 views

回答

2

通過在香草Plone中加入該產品,我面對這兩個問題(取決於所使用的產品版本):

ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/tales', u'expressiontype') 

AttributeError: type object 'DirectoryResource' has no attribute 
'resource_factories' 

爲了解決這個問題,你應該延長您的擴建是這樣的:

[buildout] 
... 
extends = 
    ... 
    http://svn.plone.org/svn/collective/unweb.watermark/trunk/versions.cfg 
    http://good-py.appspot.com/release/plone/4.1.2?dexterity=1.0 

更多信息: