I have been testing some web2py applications under the Google App Engine SDK, they seem to work okay except for the following:
1) There is no index.yaml file being generated 2) No data is being saved in my application (data is saved okay in the native web2py environment, but in GAE SDK the data is lost when I stop the GAE dev_appserver.py) I have the google app engine installed in one folder and web2py in another folder in the same location and I run the command: python dev_appserver.py ../web2py I am running this on Ubuntu 8.04 with python 2.5.2 Any ideas what might be going wrong? Thanks.