How to "install" the module in Google App Engine?

I'm sorry I'm new to this. I have done the whole search, and although I know the module I want to install, I cannot figure out how to install a specific module.

I want to install Python-OAuth2 in GAE, but since I can’t find the specific one oauth2.py, I don’t know what to copy to the directory of my application on my machine (not to mention that this will work).

What is the most direct way to install third-party python modules in Google App Engine?

+3
source share
2 answers

In this particular case, copy the entire directory oauth2to the application folder. It should work.

+4
source

Modules python - , python. - , __init__.py. python foobar.py, , , , import foobar, foobar foobar..

+1

All Articles