app.yaml
application: rohanpota1
version: 1
runtime: python27
api_version: 1
threadsafe: yes

handlers:
- url: /favicon\.ico
  static_files: favicon.ico
  upload: favicon\.ico

- url: .*
  script: main.app

libraries:
- name: webapp2
  version: "2.5.2"
 -name: jinja2
  version: "2.6"



ERROR:
appcfg.py: error: Error parsing C:\Users\Blue\Desktop\rohanpota1\app.yaml: 
while parsing a block mapping
  in "C:\Users\Blue\Desktop\rohanpota1\app.yaml", line 1, column 1
expected <block end>, but found '<block mapping start>'
  in "C:\Users\Blue\Desktop\rohanpota1\app.yaml", line 18, column 2.
2014-06-13 22:55:12 (Process exited with code 2)

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to