- Code: Select all
{
"cmd": ["C:\\Python27\\python.exe", "-u", "$(FULL_CURRENT_PATH)"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
When we try to build simple Python programs, such as:
- Code: Select all
2 * 2
Sublime Text will not build the system, and will instead spit out:
- Code: Select all
C:\Python27\python.exe: can't find '__main__' module in ''
[Finished in 0.1s with exit code 1]
It would be wonderful if I could get some help with this. Thank you so much whoever assists me with this!