Re: [web2py] Routes.py on GAE

2011-01-03 Thread Arun K.Rajeevan
I haven't gone through all of the thread. But I'm using routes with GAE. I'm using latest version of web2py. My routes is routes_in = ( (r'.*:/favicon.ico', r'/init/static/favicon.ico'), (r'.*:/robots.txt', r'/init/static/robots.txt'), ) I

Re: [web2py] Routes.py on GAE

2010-09-14 Thread Miguel Goncalves
Thanks all! On Tuesday, September 14, 2010, mdipierro wrote: > Thanks Jonathan, I will fix this tonight. > > massimo > > On Sep 14, 9:56 am, Jonathan Lundell wrote: >> Massimo, here's a patch. In rewrite.py, change this: >> >>         exec routesfp.read() in symbols >> >> to this: >> >>        

[web2py] Routes.py on GAE

2010-05-10 Thread Chris S
Does routes.py work on GAE? I've recently deployed an app which used the 5-line routes.py from the book for routing robots.txt and favicon.icon. I just wanted to get rid of that 100% error rate on those two files. I recevied the following message. Only after removing routes.py again did the app