Sorry, as with all things, as soon as I reach out for help he answer
becomes clear.

I had the arguments reversed in the view.

request,context needs to be context,request

sorry for the noise

Thomas G. Willis



On Mon, Nov 8, 2010 at 9:44 AM, Thomas G. Willis <tom.wil...@gmail.com> wrote:
> And I'm not sure what I'm doing wrong if anything.
>
> http://pastebin.com/g6DkvdR6
>
>
>  File "/Users/twillis/projects/testblob/app.py", line 78, in app
>    config.scan(package="views")
>  File 
> "/Users/twillis/projects/cr-buttrcup/ext/repoze.bfg/repoze/bfg/configuration.py",
> line 1455, in scan
>  File "/Users/twillis/projects/cr-buttrcup/ext/venusian/venusian/__init__.py",
> line 40, in scan
>  File "/Users/twillis/projects/cr-buttrcup/ext/venusian/venusian/__init__.py",
> line 37, in invoke
>  File "/Users/twillis/projects/cr-buttrcup/ext/repoze.bfg/repoze/bfg/view.py",
> line 426, in callback
>  File 
> "/Users/twillis/projects/cr-buttrcup/ext/repoze.bfg/repoze/bfg/configuration.py",
> line 947, in add_view
>  File 
> "/Users/twillis/projects/cr-buttrcup/ext/repoze.bfg/repoze/bfg/configuration.py",
> line 275, in _derive_view
>  File 
> "/Users/twillis/projects/cr-buttrcup/ext/repoze.bfg/repoze/bfg/configuration.py",
> line 2364, in _map_view
>  File 
> "/Users/twillis/projects/cr-buttrcup/ext/repoze.bfg/repoze/bfg/configuration.py",
> line 2303, in requestonly
> TypeError: object of type 'NoneType' has no len()
>
>
> Any one run across this before?
>
> Thomas G. Willis
>
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to