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 python to use python3 #326

Merged
merged 6 commits into from Mar 2, 2016
Merged

Conversation

codymoorhouse
Copy link
Contributor

Io failed to build on OSX because cmake was automatically selecting the newest version of python for its library. The problem with this is that python 3 uses different object types/functions and it would cause IoPython to fail, causing the entire io build to fail, due to implicit declarations. Now it uses python 3.3+ as a default and will build properly on OSX.

EDIT:
As a side note:
ints have become longs
strs have become unicode

See: https://docs.python.org/3/howto/cporting.html

stevedekorte added a commit that referenced this pull request Mar 2, 2016
@stevedekorte stevedekorte merged commit 12dc84c into IoLanguage:master Mar 2, 2016
@stevedekorte
Copy link
Member

Looks good. Thanks Cody.

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