Hi, I use routes.py that works just fine with web2py but it fails to work with GAE.
I'm getting Blocking access to static file errors in console and file is still accessible via the old path (but not new). I've read whole thread about this problem but I haven't found any answer - except one hack that I didn't try. My web2py is latest stable Maybe there is a way to use googles webapp.RequestHandler to do the magic while we run on GAE? Any ideas how can I overcome this issue? Thanks

