the file you want to execute is dev_appserver.py
1) go to the directory with your app.yaml file
2) go 1 dir up: cd ..
3) in this directory you find the directory test/
4) start the server with ~/GAE/dev_appserver.py test/
if the execute bit of dev_appserver.py is not set use
python ~/GAE/dev_appserver.py test/
2009/4/19 abuhijlehJordan <
Alaa-...@bayt.net>: