I'm using standard environment.
I created my project as following.
1. app.py using flask
2. pip install -t lib google-cloud google-cloud-language
3. in app.py: from google.cloud import language
vendor('lib') has been add to appengine config
there is also google-cloud/language package under python2.7 site-packages and I can test my api calls successfully using python.
dev_appserver tells different errors, it fails with no module language.
When deploy to app engine, I got types import error
Then the errors.