Sublime Forum

Unable to execute python file

#1

Hi guys,

I am trying to run a simple python file on Sublime Text 3.Its giving me “Access is Denied”
I’ve created a python-sublime build file which has:
{
“cmd”: [“C:\Python 3.7\”,"-u", “$file”],
“file_regex”: “^[ ]File “(…?)”, line ([0-9]*)”,
“selector”: “source.python”
}
I understand we have to give the python.exe file in the cmd path above but I don’t see this file in my python folder.

Am I missing something?

0 Likes