I put goog_appengine inside android located at /mnt/sdcard
I also put wsgiref folder at same location.
from Qpython I manage to "send control key" + "d"
I got sh $
I put command like the ff:
"$python /mnt/sdcard/google_appengine/appcfg.py"
But Igot ImportError: no module _csv
I feel putting these is not same architecture " /usr/lib/python2.7/lib-dynload/_csv.x86_64-linux-gnu.so" That come from ubuntu 13.04.
What to do next, Where I can find _csv module for Qpython+android_version.
Is it possible to upload my code through android?
You can install _csv from QPython's system. ( You can find system icon in qpython's new version 0.9.6.2 )