kivy - buildozer - using a different python version (not default 2.7.2) -


i'm trying compile andriod apk file more recent version buildozer uses default (2.7.2).

reason being, have library needs 2.7.7 or greater, , i'm not confident in creating full python build myself specific lib. app runs on linux pc runs 2.7.12.

using python 3.5 crystax gives me more problems again. (i try again if solution above not possible.)

is impossible, or complex 'python intermediate'? appreciated.

edit: ok, looks need compile python android repository github. annnnd..... the fun begins!

the code used compile python2 in recipe here. targeting different python version require updating patches , potentially making other changes depending on necessary compatibility.

there pr @ https://github.com/kivy/python-for-android/pull/775, may useful reference. don't know if work easily.

going python3 route crystax easier.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -