[Zope-dev] Can't access manage_access ...

2001-05-06 Thread Joachim Werner
Hi! Anyone seen this before? It happens when I want to access a folder's manage_access page. The thing worked all the time, and I don't know what could have changed that. The Zope version is 2.3.1. source version with Python 1.5.2. There also seem to be problems with some of the permissions set

Re: [Zope-dev] Can't access manage_access ...

2001-05-06 Thread Joachim Werner
Additional remark: It goes away if I remove all ZClasses from the folder. Strange ... ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope-dev] Can't access manage_access ...

2001-05-06 Thread Dieter Maurer
Joachim Werner writes: It happens when I want to access a folder's manage_access page Error Type: AttributeError Error Value: __getitem__ Traceback (innermost last): File /var/lib/zope/iuvenoProducts/lib/python/AccessControl/Role.py, line 177, in lambda

[Zope-dev] Using PropertySheet properties in Python-based DataSkin product

2001-05-06 Thread Itai Tavor
Hi, I'm building a custom DataSkin in a Python product, and I need to have different permissions for different properties. I've traced the way this is done in ZClasses but I'm not sure how to implement it in Python or what classes and methods to use. First, there's DataSkinSheet,