>   File "/home/florian/Zope3/src/zope/schema/_bootstrapfields.py", line 171, 
> in 
> get
>     return getattr(object, self.__name__)
> ForbiddenAttribute: ('blablubb', <CS.centershock.centershock.Centershock 
> object at 0xb757a46c>)
> 
That is problem? You object don't have '__name__' attribute. 
See 'buddydemo.Buddy' please.  
There are two variants:
1) in MyClass write ' __name__ = __parent__ = None'
2) or MyClass must implement ILocation

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to