[web2py] Re: Routes.py not working when deployed to GAE

2010-05-08 Thread mdipierro
Can you try? routes_in = ((/crossdomain.xml', '/init/static/crossdomain.xml'),) On May 8, 11:58 am, Dane dane.schnei...@gmail.com wrote: Hello, In my routes.py file, I have this line: routes_in = (('.*:/crossdomain.xml', '/init/static/crossdomain.xml'),) Working locally, if I go

[web2py] Re: Routes.py not working when deployed to GAE

2010-05-08 Thread Dane
I tried this. It works locally, but still having problems when deployed. Now I'm getting a 500. Here's the traceback: type 'exceptions.SyntaxError': invalid syntax (string, line 1) Traceback (most recent call last): File /base/data/home/apps/tthultimate/1.341813257625966505/ gaehandler.py,