I am new to Android. I’m running an ASUS Eee Pad Transformer TF101 with ICS. I installed the Terminal IDE app and ran python. Ostensibly, I am running 2.6.2. However, when I run
>>> import random
it gives me an ImportError.
What gives? Do I have to root my device to use basic 2.6 modules?
As far as I can tell, none of the terminal emulators on the Play Store have access to the standard libraries. I finally found a system that does called SL4A. I installed it and am following the User Guide here:
http://code.google.com/p/android-scripting/wiki/UserGuide
I’ve installed the Python interpreter and successfully imported
random.