私がSublimeText2を介して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でゲームを作ろうとしていて、これを修正する方法がわからないので、これは本当にイライラします。