[Zope3-Users] mapply error

David Johnson djohnson at jsatech.com
Thu Jan 4 12:56:54 EST 2007


Okay. It appears the problem is that the object is part of a content  
container, and this container has a __getitem__ method which was not  
returning the item.

It is working. Thanks.

On Jan 4, 2007, at 6:32 PM, David Johnson wrote:

> I have a content type that gives the following exception whenever I  
> try to click on it.  Not sure why.  Any ideas?
>
>   File "/usr/share/zope3/lib/python/zope/publisher/publish.py",  
> line 56, in unwrapMethod
>     raise TypeError("mapply() can not call %s" % `object`)
> TypeError: mapply() can not call None
>
> How can I troubleshoot?
>
> Thanks in advance.
>
> David
>
>
>
> _______________________________________________
> Zope3-users mailing list
> Zope3-users at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
>



More information about the Zope3-users mailing list