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

Fix code not working when default python is python3 #65

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

Conversation

Kilobyte22
Copy link

Some linux distributions (in particular arch linux) use python 3 as their default. This means that /usr/bin/python is a symlink to /usr/bin/python3. Your code however is not compatible with python3. A simple fix, which should maintain compatibility with other distributions is to explicitly start the program with python2. I have provided the necessary change for you.

@cclauss
Copy link

cclauss commented Oct 16, 2018

Also see Battelle#2 because print() is a function in Python 3.

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

2 participants