Re: [Repoze-dev] would like to registerViews in python but not via decorator

2009-11-25 Thread Tim Hoffman
Hi Chris Yeah I figured I as getting the wrong registry, and in fact I was if I try and register stuff too early it all went in to the wrong bucket. I am still having some problems looking stuff up. I can manually look stuff up with zope.component.queryMultiAdapter((context,request),IView,name=

Re: [Repoze-dev] would like to registerViews in python but not via decorator

2009-11-25 Thread Chris McDonough
Tim Hoffman wrote: > Hi Chris > > I am trying to register some views directly through python and not > using the view decorator, > I have tried using code very similiar to repoze.bfg.testing. > > However after doing so, whilst I can look the view up by doing > a zope.component.queryMultiAdapter((