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? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
