Hi Jonathan,

As it turns out I'd mistakenly left a handler in my app.yaml that was
causing the problem.

Really sorry to have wasted your time on this.

Otherwise the new routing code seems to be working really well. Much
simpler which is fantastic!

Thanks again for your help,
Matt

On Jan 18, 1:21 pm, Jonathan Lundell <jlund...@pobox.com> wrote:
> On Jan 17, 2011, at 9:38 AM, Martín Mulone wrote:
>
> > return LOAD('plugin_comments','comments.load',args=[tablename, record_id, 
> > page],ajax=True)
> >   File 
> > "/home/martin/Repositorios/google_appengine/web2py/gluon/compileapp.py", 
> > line 145, in __call__
> >     extension=extension)
> >   File "/home/martin/Repositorios/google_appengine/web2py/gluon/html.py", 
> > line 262, in URL
> >     acf = rewrite.map_url_out(application, controller, function, args, r or 
> > _request)
> >   File 
> > "/home/martin/Repositorios/google_appengine/web2py/gluon/rewrite.py", line 
> > 867, in map_url_out
> >     map = MapUrlOut(application, controller, function, args, request)
> >   File 
> > "/home/martin/Repositorios/google_appengine/web2py/gluon/rewrite.py", line 
> > 722, in __init__
> >     self.domain_application = self.request.env.domain_application
> > AttributeError: 'NoneType' object has no attribute 'env'
>
> > I start to test, but I have this error In GAE
>
> Hopefully this is now fixed in the trunk. I wasn't able to test it, but at 
> the very least it should do no harm, and it should fix this particular 
> problem.

Reply via email to