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

Upgraded to python 3 #7

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

Upgraded to python 3 #7

wants to merge 1 commit into from

Conversation

RenaudWasTaken
Copy link

Hi !

This commit upgrades pyOSC to python 3.

I needed to use this library as a part of a python 3 project on the OpenBci chip !

I translated the bare minimum of code from python 2.7 to python 3 using the '2to3' binary.
After that I only had to fix line 1301 (+OSCtrans = bytes.maketrans(b"{,}?", b"(|)."))

@myh1234567
Copy link

@RenaudWasTaken Hi, how did you fix line 1301?
Thx

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.

3 participants