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 compatibility #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Python3 compatibility #10

wants to merge 1 commit into from

Conversation

sifr01
Copy link

@sifr01 sifr01 commented Aug 19, 2020

Update salamandra.py for compatibility with python3 whilst keeping compatibility with python2.

Update salamandra.py for compatibility with python3 whilst keeping compatibility with python2.
@sifr01
Copy link
Author

sifr01 commented Aug 19, 2020

Currently, $ python3 salamandra.py throws the following errors:

File "salamandra.py", line 255, in run
resp = process_line(line, self.ui, self.threshold, self.sound)
File "salamandra.py", line 32, in process_line
line = line.split(',')
TypeError: a bytes-like object is required, not 'str'

This is just a typeerror issue which is solved by telling python3 to deal with the data as a string, not as bytes in binary mode.

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

Successfully merging this pull request may close these issues.

None yet

1 participant