terminal icon indicating copy to clipboard operation
terminal copied to clipboard

makedirs SyntaxError: invalid token

Open deyvison333 opened this issue 7 years ago • 3 comments

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]

deyvison333 avatar Mar 29 '18 15:03 deyvison333

make sure it is executed in python2.7 not python3.

skywind3000 avatar Mar 29 '18 15:03 skywind3000

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

deyvison333 avatar Mar 29 '18 16:03 deyvison333

yes you can

skywind3000 avatar Mar 30 '18 04:03 skywind3000