On Fri, Jun 13, 2014 at 12:25 PM, Rohan Pota <[email protected]>
 wrote:

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


It looks like your jinja configuration has the dash in the wrong spot. Try
this:

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

I only added a space between the dash and the *name: jinja* part, and
deleted the beginning space character.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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/d/optout.

Reply via email to