Sublime Forum

Python - Build System Issue

#1

I’m using :
{
“cmd”: [“C:\Users\user\AppData\Local\Programs\Python\Python39\python.exe”, “-u”, “$file”],
“file_regex”: “^[ ]File"(…?)", line ([0-9])”,
“selector”: “source.python”
}
as my build system
And it runs but only ever runs the first line of the code

0 Likes

#2

Have a look at this. It suggest possible solution(s)

0 Likes