[Zope] Re: VerboseSecurity error - Resolved (sort of)
Chris Withers
chris at simplistix.co.uk
Thu Jun 3 04:06:28 EDT 2004
Small Business Services wrote:
> Running VerboseSecurity under zope 2.6.1, python 2.1.3 requires the
> following change in PermissionRolePatch.py:
>
> Change: if issubclass(t, StringType) or issubclass(t, UnicodeType):
> To: if isinstance(t, StringType) or isinstance(t,
> UnicodeType):
>
> I don't know if this is a good/bad fix but at least VerboseSecurity works.
I don't remember needing this for VerboseSecurity in 2.6.1 :-S
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope
mailing list