[Grok-dev] Problem when I upgraed to the last version
    Kevin Teague 
    kevin at bud.ca
       
    Thu Apr 22 23:10:39 EDT 2010
    
    
  
On Apr 20, 2010, at 3:06 PM, bribon wrote:
>
> Hello,
>
> I just upgraded to the last version from 1.0a4. I've fixed some  
> bugs, but I
> don't know how to fix this one:
>
> ComponentLookupError: ((<grokserver.auth.PrincipalInfo object at  
> 0x9b9e4ec>,
> <zope.publisher.browser.BrowserRequest instance
> URL=http://localhost:8080/zeppelin-cms>), <InterfaceClass
> zope.pluggableauth.interfaces.IAuthenticatedPrincipalFactory>, u'')
>
This is a bug in 1.1rc1, you need to have "zope.pluggableauth" in your  
'install_requires' field, so that the ZCML for that package gets loaded.
It's fixed on trunk though, so the next release will work fine.
    
    
More information about the Grok-dev
mailing list