Ben Rousch added the comment: > Is there some document describing procedure for > building/installing/running_tests at Android device?
I'm using the android-python27 project, but you can also reproduce it under SL4A: Start SL4A Menu -> View -> Interpreters Python 2.6.2 or Python 3 >>> from subprocess import Popen >>> p = Popen("ls", shell=True) *Fails* OSError: [Error 2] No such file or directory >>> p = Popen("ls" shell=True, executable="/system/bin/sh") *Works* ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16255> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com