[Zope] MetaCMFAddOn

Sven Schupp sven.schupp@onlinehome.de
Sat, 25 May 2002 17:04:51 +0200


Hi,

did anyone solve the Problem with MetaCMFAddOn 0.9 and Zope-2.5.1?
First of all the the Product was broken. This problem was fixed after=20
commenting out the import of  "afterCreate" but there's still an error wh=
en=20
trying to create an instance of MetaPublisher(CMF Based):

Any hints to solve the following error?

TIA,

sven

Error Type: TypeError
Error Value: manage_addTypeInformation() got an unexpected keyword argume=
nt=20
'scriptable'

Traceback (innermost last):
  File /usr/local/zope-2.5.1/lib/python/ZPublisher/Publish.py, line 150, =
in=20
publish_module
  File /usr/local/zope-2.5.1/lib/python/ZPublisher/Publish.py, line 114, =
in=20
publish
  File /usr/local/zope-2.5.1/lib/python/Zope/__init__.py, line 159, in=20
zpublisher_exception_hook
  File /usr/local/zope-2.5.1/lib/python/ZPublisher/Publish.py, line 98, i=
n=20
publish
  File /usr/local/zope-2.5.1/lib/python/ZPublisher/mapply.py, line 88, in=
=20
mapply
    (Object: manage_addMetaPublisherCMF)
  File /usr/local/zope-2.5.1/lib/python/ZPublisher/Publish.py, line 39, i=
n=20
call_object
    (Object: manage_addMetaPublisherCMF)
  File /usr/local/zope-2.5.1/lib/python/Products/MetaCMFAddOn/Wrapper.py,=
=20
line 195, in manage_addMetaPublisherCMF
TypeError: (see above)