[Zope-CMF] Help us test MetaCMFPublisher

James Johnson james@tacomait.com
Wed, 17 Oct 2001 12:25:35 -0700


I saw this link regarding afterCreate
http://lists.zope.org/pipermail/zope-cmf/2001-August/008980.html
<snip>
> the behavior formerly implemented in 'Workflowcore.afterCreate' has
> 
> been moved to 'CMFCore.PortalContent.manage_afterAdd'.
</snip>

Are you using a newer cvs version of the CMF?

-James

> Downloaded and tried to implement, but got this traceback
> 
> Traceback (most recent call last):
>   File "C:\PROGRA~1\ZOPE24~1.1\lib\python\OFS\Application.py", line
>   558, in
> import_product
>     product=__import__(pname, global_dict, global_dict, silly)
>   File
> "C:\PROGRA~1\ZOPE24~1.1\lib\python\Products\MetaCMFAddOn\__init__.py",
> line 22, in ?
>     from Wrapper import MetaEntryCMF, MetaPublisherCMF,
> manage_addMetaPublisherCMFForm, manage_addMetaPublisherCMF
>   File
>   "C:\PROGRA~1\ZOPE24~1.1\lib\python\Products\MetaCMFAddOn\Wrapper.py"
>   ,
> line 22, in ?
>     from Products.CMFCore.WorkflowCore import afterCreate
> ImportError: cannot import name afterCreate
> 
> I am using it on Win2K with the following
> 
> Zope Version  (Zope 2.4.1 (binary release, python 2.1, win32-x86),
> python 2.1.0, win32) Python Version  2.1 (#15, Apr 16 2001, 18:25:49)
> [MSC 32 bit (Intel)] System Platform  win32
> 
> Norman
> 
> -----Original Message-----
> From: zope-cmf-admin@zope.org [mailto:zope-cmf-admin@zope.org]On
> Behalf Of Mark Pratt Sent: 16 October 2001 18:09 To: zope-cmf@zope.org
> Subject: [Zope-CMF] Help us test MetaCMFPublisher
> 
> 
> Hi,
> 
> We recently announced on the MetaPublisher mailinglist a new
> add-on which allows CMF portal managers to create new portal types
> using MetaPublisher.
> 
> Before we announce a 1.0 elease to the entire Zope world we
> would appreciate if some of you heavy-duty CMF users and developers
> could test this product and let us know if you find any bugs or have
> suggestions how we might make this product easier to use.