[google-appengine] Re: application configuration file not found

2009-04-10 Thread hongxua...@gmail.com
say you have an C:\MyDemo\HelloWorld dir which include 2 files: helloworld.py and app.yaml then you should go to C:\MyDemo rather than C:\MyDemo\HelloWorld to perform the cmd("dev_appserver.py helloworld/" ). Hope this helps On Mar 19, 7:34 am, joshua wrote: > hi i made a test app just to play w

[google-appengine] Re: application configuration file not found

2009-05-23 Thread Lloyd Dube
Hi,i had the same problem.Solved by moving the helloworld directory out of google_appengine. so now i call the command as follows: google_appengine/dev_appserver.py ./helloworld/ Both google_appengine and helloworld directory are sitting together in a directory i created named Projects. Hope it