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

android_new target hardcodes python2 support for p4a #491

Closed
mixmastamyk opened this issue May 5, 2017 · 1 comment
Closed

android_new target hardcodes python2 support for p4a #491

mixmastamyk opened this issue May 5, 2017 · 1 comment

Comments

@mixmastamyk
Copy link

I'm using Python3.5 to build my app, and buildozer runs under it, but it runs p4a as:

python -m pythonforandroid.toolchain ...

This hardcodes it to run under python2, meaning I have to install a lot of prerequisites there. Would prefer not to.

I've found this string in: buildozer/targets/android_new.py, at line 22.

@inclement
Copy link
Member

This is fixed in buildozer master.

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

No branches or pull requests

2 participants