I am having trouble getting GAE to run a simple app on the desktop with GAE Launcher. Any pointers to what I am doing wrong would be appreciated!
So far I have: 1. Downloaded web2py source (v 2.2.1) and installed GAE Launcher (on mac) 2. Created app.yaml from app.example.yaml in the main web2py directory, changing first line to 'application: welcome' 3. Set default_application='welcome' in routes.py (in the main web2py directory) 4. Added application 'welcome' to GAE Launcher, using the path to the main web2py directory When I run GAE Launcher the browser shows "Hello World", not the Welcome app. Anyone able to suggest where I am going wrong?? --