Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running app.py #6

Closed
PhilippeH1967 opened this issue May 3, 2019 · 2 comments
Closed

Error when running app.py #6

PhilippeH1967 opened this issue May 3, 2019 · 2 comments

Comments

@PhilippeH1967
Copy link

Hi
I have this error 👎
File "app.py", line 2, in
from flask_oauth import OAuth
File "/Users/philippehaumesser/anaconda/lib/python3.6/site-packages/flask_oauth.py", line 13, in
from urlparse import urljoin
ModuleNotFoundError: No module named 'urlparse'

thanks for help

@PhilippeH1967
Copy link
Author

Find solution : replace code in flask_oauth 👍

from urllib.parse import urljoin

nbhambhani added a commit that referenced this issue May 7, 2019
Removing OAuth1 support since new apps use OAuth2 only. This fixes issues #5 and #6
@nbhambhani
Copy link
Contributor

Thanks for reporting this @PhilippeH1967 . We've removed support for OAuth1 altogether, so this shouldn't be an issue anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants