Skip to content

Conversation

inclement
Copy link
Member

Python is called with 'python' rather than '$PYTHON' on line 413 or distribute.sh. This fails on systems where the python binary is python3 (i.e. Arch linux), as the depsort.py script uses a python2 style print statement.

This fix just replaces python with $PYTHON, as in the rest of distribute.sh.

tshirtman added a commit that referenced this pull request Aug 26, 2013
Replaced 'python' with '$PYTHON' for compatibility
@tshirtman tshirtman merged commit bae7a9e into kivy:master Aug 26, 2013
@tshirtman
Copy link
Member

thanks :)

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.

2 participants