I am using the same approach.

The issue is only visible for bigquery library in appengine sandbox. In 
production everything is working fine.

where as if i try to use from gcloud import bigquery

it fails with error:

  File 
"/home/user/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/python/sandbox.py",
 line 1001, in load_module
    raise ImportError('No module named %s' % fullname)
ImportError: No module named google.protobuf

where protobuf is also installed. 

Other then these libraries, all other libraries are working fine. 

On Monday, February 13, 2017 at 7:13:52 PM UTC+5:30, Attila-Mihaly Balazs 
wrote:
>
> 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/cd0067ba-e94b-4642-9133-d96ae2ab1483%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to