Sublime Forum

Problem while running sublime file

#1

Hi , I am new to python i started learning it from couple of days .
I am facing issue while running saved sublime file.

Error :
print(“my first sublime code”)^[ ]File"(…?)", line ([0-9]*)

and my Python.sublime-build file looks as below. Is any problem in below one ?

{
“cmd”:[“C:\Users\Shiva Naga Sandeep\AppData\Local\Programs\Python\Python37-32\python.exe”, “-u”, “$file”],
“file_regex”: “^[ ]File"(…?)”, line ([0-9]*)",
“selector”: “source.python”
}
Thanks in advance.

0 Likes

#2

What is the error? You didn’t include that in your post.

0 Likes