terminal
terminal copied to clipboard
makedirs SyntaxError: invalid token
Hi, could you please help? i am doing someting wrong?
["python","C:\Users\Deyvison Souza\.atom\packages\atom-shell-commands\terminal-master\terminal.py","as.py"] File "C:\Users\Deyvison Souza.atom\packages\atom-shell-commands\terminal-master\terminal.py", line 24 os.makedirs(folder, 0777) ^ SyntaxError: invalid token [Finished in 0.09 seconds, with code 1]
make sure it is executed in python2.7 not python3.
it's works! last question, is possible to execute the script with python2 and the script execute my script with python3?.
You are a god! thanks for your time
yes you can