On Wednesday, March 16, 2011 5:29:09 AM UTC-4, Nick Rosencrantz wrote:
> Hi > I just deployed my first attempt to try web2py with google app engine > (http://matochsovklockan.appspot.com) > Basically it works while a few links return "invalid request" eg > http://matochsovklockan.appspot.com/examples/default/index > That URL is looking for the 'examples' app that comes with web2py. Note, if you used the default app.yaml file that comes with web2py for GAE deployment, the 'examples' and 'admin' apps won't be deployed on GAE -- they are excluded in the skip_files section of app.yaml. If you want to deploy the 'examples' app, you'll have to edit app.yaml accordingly. This is explained in the "Google App Engine" section of chapter 11 of the book (I'd provide a link, but the online book happens to be down right now). Anthony

