-
Notifications
You must be signed in to change notification settings - Fork 211
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
The urlparse module is renamed to urllib.parse in Python 3 #85
Comments
@mitsuhiko this can be closed! |
This Error is still present, right? Any way to solve it? |
Hey, I'm experiencing this same error on PythonAnywhere! Any solution please? |
I guess this can be re-opened? |
Also having this issue with python 3 |
updates on this? |
@domdinicola / @jayrbolton / others. I have a workaround solution for myself if you're set on using this library, though it's definitely a hack:
This problem seems to originate from python3 shuffling things around. I'm currently looking at other libraries like authlib as an oauth replacement, but this one has always been nice, so I've also filed #96, this shouldn't be too hard to fix at anyrate. |
I missed it a few minutes ago, but it looked like this library was marked unmaintained a few months ago:
|
@not-inept Thanks a lot! |
ImportError: No module named 'urlparse'
Line 13, flask_oauth.py
Should add try catch for python3 and python 2 compatibility
The text was updated successfully, but these errors were encountered: