I want to install a python package from source on android. Is this possible? I tried in the console to run the py install files, but distutils (.core, ccompiler) isn't being found. Is it possible to still install them?
+1
A:
Android does not ship with a Python interpreter, nor does it ship with gcc
or other compilers. You will need to get an ARM binary from somewhere or cross-compile one yourself. (BTW, I'm assuming ARM, but substitute in whatever architecture you happen to be running).
CommonsWare
2010-04-29 00:28:08
I am using Android Scripting Environment.
Stacia
2010-04-29 00:40:22
Android Scripting Environment does not involve distutils, AFAIK.
CommonsWare
2010-04-29 01:12:02