simple question. i wrote a script in editorial console and it works fine there. pasted it to pythonista and it runs when i hit the play button.
but i want to execute it from the cmdline so i can redirect output to a file.
i'm trying :
python script.py
but there is no love. script.py lives in the root directory of the pythonista library.. it appears the console is trying to interpret script.py as a sting.. sorry if it's simple question but a dumb answer but the documentation told me the above is what i'm supposed to be running.. i can't give the file perms and i'm not sure i need to include an interpreter comment line up at the top of the file as if i was in linux...
thanks