-
Notifications
You must be signed in to change notification settings - Fork 10
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 3 support would be nice #11
Comments
I have just seen there is a branch for Python 3 at https://github.com/laserson/python-sasl/tree/py3 |
+1 if this could be merged |
I was able to compile lasersons py3 branch, but I get this when I try to establish a connection:
This looks like a type-error in C. I've tried casting the challenge object as a few different things with no success. |
Python 3 support would be nice.
Lots of other packages depending on it:
BradRuderman/pyhs2#44
http://stackoverflow.com/questions/31701493/problems-installing-pyhs2-in-python3
Currently compiling on Python 3 fails with "PyString_AsString" and other errors.
The text was updated successfully, but these errors were encountered: