java - installing python packages on android -


i want install python package source on android. possible? tried in console run py install files, distutils (.core, ccompiler) isn't being found. possible still install them?

android not ship python interpreter, nor ship gcc or other compilers. need arm binary somewhere or cross-compile 1 yourself. (btw, i'm assuming arm, substitute in whatever architecture happen running).


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -