Are you aware that you can view the error in the Stackdriver error reporting 
<https://cloud.google.com/error-reporting/docs/quickstart#view_the_error_in_error_reporting>.
 
You would have to try-catch the import error similar to as show in the 
example here 
<https://cloud.google.com/appengine/docs/standard/python/tools/localunittesting#Python_Setting_up_a_testing_framework>
.

On Wednesday, September 6, 2017 at 8:52:41 AM UTC-4, Ivo Bellin Salarin 
wrote:
>
> Hi all,
>
> How can we diagnose a python ImportError on GAE standard? The `import` 
> builtin is being replaced by a GAE stub. I would like to enable detailed 
> logging of the modules being loaded, from which path, and which was the 
> sys.path at the moment of the error. Do I have any option other than adding 
> those instructions before the failing imports?
> ​
>

-- 
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/714463d1-ca4b-437c-ac6b-f760bd0abc98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to