[Zope] newbie question

Florent Guillaume fg at nuxeo.com
Wed May 25 10:17:00 EDT 2005


Barry Drake  <bldrake at adaptcs.com> wrote:
> I'm getting an error in CMFCore.utils in the
> _mergedLocalRoles function.  The error is:
> 
> Exception Type  TypeError
> Exception Value can only concatenate tuple (not
> "list")    
>                 to tuple

Note, this problem is due to a non-core product somewhere incorrectly
managing local roles, and passing them as tuples instead of lists. All
the internals of Zope (and here, CMF) assume that __ac_local_roles__ is
a dict of string->list.

Florent


-- 
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   fg at nuxeo.com


More information about the Zope mailing list