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?