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

Update for python 3 #10

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

Update for python 3 #10

wants to merge 1 commit into from

Conversation

droemer7
Copy link

Updates the python wrapper to work with python 3, retaining backwards compatibility with python 2. It can either be installed with:

sudo python2 setup.py install
sudo python3 setup.py install

No changes are made to test.py, so that will not run at all. This is intentional: in its current state, test.py is fundamentally broken and prints erroneous warnings about the range calculations. Fixing this problem is more involved and should be addressed by a different PR.

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.

1 participant