An alternative to the PYTHONPATH solution is the following:
- create an "appengine_config.py" in the same directory you have your
app.yaml
- put the following into it:
from google.appengine.ext import vendor
vendor.add('lib')
--
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/3e1f4723-7d33-4736-8136-624f0c8c68d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.