On Sat, Dec 3, 2011 at 2:08 PM, speg <[email protected]> wrote: > How are we supposed to know this? I jumped into GAE with the 2.7 > tutorial and there was no mention of installing packages locally. I > thought it was all bundled in GAE.
The fact that required pure-Python modules are not packaged with the SDK is simply a bug. Installing it yourself is the work-around. Cheers, Brian > On Nov 8, 6:39 pm, Brian Quinlan <[email protected]> wrote: >> As Matt says, you need to install jinja2 on your local Python instance. >> >> This will be fixed in a future release. >> >> Cheers, >> Brian >> >> >> >> >> >> >> >> On Wed, Nov 9, 2011 at 7:45 AM, NG <[email protected]> wrote: >> > Same here >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "Google App Engine" group. >> > To view this discussion on the web visit >> >https://groups.google.com/d/msg/google-appengine/-/BDGGzz0ahFMJ. >> > 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. > -- 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.
