当我尝试通过 Sublime Text 2 运行 python 或任何语言时,它所说的只是
[Error 2] The system cannot find the file specified
[cmd: [u'python', u'-u', u'C:\\Users\\Owner\\Desktop\\RandomStuff\\python\\java\\bob.java']]
[dir: C:\Users\Owner\Desktop\RandomStuff\python\java]
[path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.7.0_03\bin]
[Finished]
我被告知要更改我的构建配置,以便命令提示符转到 python 解释器,但是更改路径环境变量除了添加之外绝对没有任何作用
;C:\Python27\python
到列表中。这真的很令人沮丧,因为我正在尝试用 Python 制作游戏,但我不知道如何解决这个问题。