I am very new in google apps. I have managed to run my on localhost, but I am unable to deploy it. I am running it on ubuntu linux with python installed.
Here are the contents of my appcfg.py file. application: helloudacitysamu version: 1 runtime: python27 api_version: 1 threadsafe: true handlers: - url: /.* script: helloudacitysamu.py I already have the application in my google account called helloudacitysamu, and also title is helloudacitysamu. My command at the terminal is application: helloudacitysamu /home/<My home directory>/google_appengine/appcfg.py update home/<My home directory>/google_appengine/apps/cs253 the helloudacitysamu.py and the app.yaml are both located in the cs253 folder. I was able to run it before but I think I must have made some mistakes on the appcfg.py file. Any help appreciated. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
