Chris Withers wrote:
> def __setattr__(self,name,value):
> self.__setitem__(self,name,value)
Erk...
first problem, why does a Zope __setattr__ take four arguments?!
DataBlob.py, line 62, in __setattr__:
> Error Type: TypeError
> Error Value: too many arguments; expected 3, got 4
Do either of __delattr__ or __getattr__ behave differently?
cheers,
Chris
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )