[google-appengine] Re: Newbie First Upload Problems

2009-04-18 Thread 风笑雪
No need change your code, just change your app.yaml like below: - url: /.* script: main.py login: admin 2009/4/18 codingJoe > > I'll tell the newbie story on how I got into this mess. > > I developed a small app and tested on my laptop using the AppEngine > SDK. I got my app to point that i

[google-appengine] Re: Newbie First Upload Problems

2009-04-18 Thread Wooble
Are you accessing your app through appspot? On Apr 17, 11:39 pm, codingJoe wrote: > I'll tell the newbie story on how I got into this mess. > > I developed a small app and tested on my laptop using the AppEngine > SDK.  I got my app to point that it was working the way I wanted. > Now, I'm ready

[google-appengine] Re: Newbie First Upload Problems

2009-05-26 Thread Sathya Thiru
I have the same issue. I am accessing app through appspot. I am trying the youtube upload code given in http://code.google.com/apis/gdata/articles/youtube_api_appengine.html#hello-app-engine I tried changing app.yaml as below: - url: /.* script: main.py login: admin and got the following err