The problem here might be that App Engine already includes a 'google'
module, so if you want to vendor in something else in the google namespace,
you need to add it to google.__path__.
For example if your google.auth module is lib/google/auth, you should do
this in appengine_config.py:
import google
google.__path__.append('lib/google')
That will tell Python to look under lib/google as well as in the google
folder that's part of the App Engine runtime.
Cheers,
Phil
On Tue, May 28, 2019 at 1:44 PM Daniel Gilmour <[email protected]>
wrote:
> I'm having the same problem, have you found any solution?
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/08e09a01-5041-4e57-a94d-f9959c4b5dee%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/08e09a01-5041-4e57-a94d-f9959c4b5dee%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/CADCZVuhW%3DPsHCGS6p7RfPQ_6BZ%3DmyqBWA%2BPVDbwhT1ybK4xKrA%40mail.gmail.com.