在编辑默认构建系统本身并制作新系统后,我不断收到此错误。
[Error 2] The system cannot find the file specified
[cmd: [u'C:\\python32\\python', u'-u', u'C:\\Users\\Ishmael\\Desktop\\projectone.py']]
[dir: C:\Users\Ishmael\Desktop]
[path: C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Sony\VAIO Improvement\;C:\Program Files (x86)\Sony\VAIO Startup Setting Tool]
[Finished]
在'cmd:“我完成了重做构建,但它一直将过去的构建保存到自身中。(在我显然覆盖它之后)请帮助,因为我只想在 Sublime Text 2 中构建。运行 Windows 8。
更新:忘记了主要部分,代码。这就是我的 python.sublime-build 目前的样子。
{
"cmd": ["C:\\python32\\python", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
你明白我所说的不断添加旧的“c/users/ishmael/etc”是什么意思吗?wtf。