[google-appengine] Re: App.Yaml seems to be malfunctioning

2008-09-21 Thread Pranav Prakash
Folks, Thanks for your consideration. I got the error. I was using post stream where the need was of get. Thanks :-) Regards, Pranny On Sun, Sep 21, 2008 at 13:32, Pranny <[EMAIL PROTECTED]> wrote: > Hi, My App.Yaml file is as follows > > application: felix > version: 1 > runtime: python > api

[google-appengine] Re: App.Yaml seems to be malfunctioning

2008-09-22 Thread Wooble
The 404 errors are for favicon.ico. /newuser is a 405 error, which means there's something wrong with the handler in NewUser.py. Does your CreateNewUserPage handler have a get() method defined? On Sep 21, 4:02 am, Pranny <[EMAIL PROTECTED]> wrote: > Hi, My App.Yaml file is as follows > > applic