[Error 2] The system cannot find the file specified
解決方法:
1.環境變量path添加:
C:/Python32/Tools/Scripts;D:/Python32;D:/Program Files/Sublime Text2;
2.Python.sublime-build內容修改
原內容:
代碼如下:
{
"cmd": ["python", "-u", "$file"],
"file_regex": "^[ ]*File /"(...*?)/", line ([0-9]*)",
"selector": "source.python"
}
修改為(路徑為安裝文件夾):
代碼如下:
{
"cmd": ["C:/Python26/python.exe", "-u", "$file"],
"file_regex": "^[ ]*File /"(...*?)/", line ([0-9]*)",
"selector": "source.python"
}
新聞熱點
疑難解答