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

python-openid does not support py3k. Alternatives? #282

Closed
tutuca opened this issue May 20, 2014 · 2 comments
Closed

python-openid does not support py3k. Alternatives? #282

tutuca opened this issue May 20, 2014 · 2 comments

Comments

@tutuca
Copy link

tutuca commented May 20, 2014

I'm updating my project from django-1.2/python-2.6 to django-1.6/python-3.4, and most of it was straight forward.

I was using django-social-auth and I see that it's deprecated in favor of this solution.

The thing is: the python-openid dependency will fail because they don't support py3k yet.

Which alternative could I use in order to get google login support at least?

@fletchowns
Copy link

Related issue in the python-openid project: openid/python-openid#63

@omab
Copy link
Owner

omab commented May 22, 2014

python-social-auth is Python 3 compatible already, the setup.py will install python3-openid instead of python-openid if Python3 is detected. The dependency is also listed in the requirements-python3.txt file for those installing manually.

@omab omab closed this as completed May 22, 2014
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

3 participants