I am experimenting with web2py and GAE. web2py is running fine on my local
machine (Windows 7) but I cannot get even the default Welcome app to run on
the GAE SDK.
Here are the detailed steps I have taken:
1. Downloaded web2py (v 2.0.6) and unpacked to E:\web2py
2. Run locally with the web2py rocket server - see the Welcome app as
expected
3. Copied routes.example.py to routes.py. On line 8, set
default_application = 'welcome'
4. Copied app.example.yaml to app.yaml. On line 6, changed application
name to 'welcome'
5. Run the Windows GUI version of Google App Engine SDK (release 1.7.1).
Used File > Add Existing Application, setting the application path to
E:\web2py
6. Run the application and pressed the 'Browse' button
The application fails with the warning "No selected projects are running so
we have nothing to Browse"
The log file reads:
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\api\appinfo_includes.py",
line 222, in _ConvertBuiltinsToIncludes
yaml_path = builtins.get_yaml_path(builtin_name, runtime)
File "C:\Program Files
(x86)\Google\google_appengine\google\appengine\ext\builtins\__init__.py",
line 120, in get_yaml_path
builtin_name, ', '.join(sorted(available_builtins))))
google.appengine.ext.builtins.InvalidBuiltinName: datastore_admin is not
the name of a valid builtin.
Available handlers are: admin_redirect, appstats, default, deferred,
django_wsgi, remote_api
2012-09-02 14:45:06 (Process exited with code 1)
Any pointers to what I am missing would be much appreciated!
--