Re: [Zope] problem with manage_permission

2000-07-26 Thread Dieter Maurer
Jerome Alet writes: > self.manage_permission(permission_to_manage = > "Access contents information" , roles = [ 'Manager', 'admin' ]) > ..., but the manage_permission > call gives me the following traceback: > > Error Type: AttributeError > Error Value: aq_acquire > > Traceback (in

[Zope] problem with manage_permission

2000-07-26 Thread Jerome Alet
Hi, I'm currently trying to create a python product. I've got a class named MyClass, and in the __init__ method I've got the following code: self.manage_addFolder(id="data", title="MyClass instance's datas") self._addRole('admin') self.manage_permission(permission_to_manage = "Acce