Did you register 'helloworld' at appspot.com? You need to replace 'helloworld' with your actual app id in app.yaml.
You also need to use Python 2.5, you're using 2.7 -- you'll probably have issues. Robert On Mon, Jan 24, 2011 at 21:33, Phan Nguyen <[email protected]> wrote: > when i deloy my app by google app engine launcher, i get error like this: > " > 2011-01-25 09:21:57 Running command: "['C:\\Python27\\pythonw.exe', '-u', > 'C:\\Program Files (x86)\\Google\\google_appengine\\appcfg.py', > '--no_cookies', u'[email protected]', '--passin', 'update', 'E:\\my > workspace\\google app engine\\helloworld']" > Application: helloworld; version: 1. > Server: appengine.google.com. > Scanning files on local disk. > Initiating update. > Password forĀ [email protected]: Error 403: --- begin server output --- > You do not have permission to modify this app (app_id=u'helloworld'). > --- end server output --- > 2011-01-25 09:22:00 (Process exited with code 1) > You can close this window now. > " > Please help my out. > thanks so much. > > -- > 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. > -- 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.
