-
Notifications
You must be signed in to change notification settings - Fork 20
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
Does not work with Python 3.4 #22
Comments
@kislik I know you did some work to make pynsca work with Python 3. Is this something you could fix? |
My knowledge of Python is very rudimentary, but I did some googling and found that the socket.recv call now returns a binary array and not a string. |
Indeed, it's not trivial to fix this to work with Python 3. There are some migration guides out there, though. I would suggest using bytes for everything in this particular application, as I think the NSCA protocol is not encoding-aware. |
I'm trying to get this to work with python3 (currently 3.4) but can't seem to get it to work.
I receive this message:
The text was updated successfully, but these errors were encountered: