yejun is right, your not_found handler does not have the get() method. Add "get = post" in your class definition or rename "post" to "get".
On Nov 5, 11:57 am, Alok <[EMAIL PROTECTED]> wrote: > Here is my app.yaml: > > application: proshortsetf > version: 1 > runtime: python > api_version: 1 > > handlers: > - url: /blueprint > static_dir: blueprint > - url: /candlestick > static_dir: candlestick > - url: /.* > script: main.py > > I have also posted the main.py code > here:http://pastie.textmate.org/private/hqnkofw3tnzmfy45wbdpw > > On Nov 4, 7:27 pm, Alexander Kojevnikov <[EMAIL PROTECTED]> > wrote: > > > > > Your code looks fine to me. Could you paste here your app.yaml file?- Hide > > quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
