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

Python3 compatability #39

Open
atypic opened this issue Apr 13, 2018 · 1 comment
Open

Python3 compatability #39

atypic opened this issue Apr 13, 2018 · 1 comment

Comments

@atypic
Copy link

atypic commented Apr 13, 2018

Hello,

you are using ctypes, and python2 would use bytestrings, however python3 uses unicode and strings are sent as such. Therefore various errors like ctypes.ArgumentError: argument 2: <class 'TypeError'>: wrong type will occur.

or

@nadavbh12
Copy link
Owner

I'm using RLE with Python 3 without a problem. Did you encounter these error? could you reproduce it?

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