Abderrahim, >From the message, it looks like there is a problem with the app.yaml file for your project. See http://code.google.com/appengine/docs/python/config/appconfig.html for more information about application configuration. You could try comparing your file to the app.yaml in a working sample app, or list it here if you are still stumped.
-Amy On Mon, Oct 24, 2011 at 10:39 PM, Abderrahim AGDICHE <[email protected]>wrote: > Hello! > When i try de debloy ma webDb to google i receive this: > ---------------------- > 2011-10-24 11:32:20 Running command: "['C:\\Python25\\pythonw.exe', '- > u', 'C:\\Program Files\\Google\\google_appengine\\appcfg.py', '-- > no_cookies', u'[email protected]', '--passin', 'update', 'D:\ > \customtinywebdb\\customtinywebdb']" > Error parsing yaml file: > mapping values are not allowed here > in "D:\customtinywebdb\customtinywebdb\app.yaml", line 1, column 22 > 2011-10-24 11:32:22 (Process exited with code 1) > > You can close this window now. > ---------------------- > > Can some body help me to resolve this, also there is no sample datas > in "customtinywebdb" ?? > > Thank you. > > -- > 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.
