I want to use a library which it use oauth2. Unfortunatelly, Google app engine cannot find oauth2 as a library.
When I browse my project I have the following error
import oauth2 as oauth
ImportError: No module named oauth2
I cannot use the oauth of google app engine, because I have to change the whole library.
Any advice how I can make oauth2 works on GAE?
The library use this version of oauth2 enter link description here