Python Builds Systems does not work at all. What is the problem?

I continue to get this error after editing the default system itself and creating new ones.

[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] 

In "cmd:" I completely redo the assembly, but it preserves the preservation of past collections in itself (after I, apparently, redefine it). Please help as I just want to build Sublime Text 2. Starting Windows 8.

UPDATE: I forgot the main part, the code. This is what my python.sublime-build is currently doing.

 { "cmd": ["C:\\python32\\python", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python" } 

You see what I mean by this, continues to add the old "c / users / ishmael / etc"? WTF.

+4
source share
1 answer

Per How to run Python code from Sublime Text 2? , try to make sure cmd is specified with the full path name of the interpreter, including the .exe extension:

 c:\\python32\\python.exe 

(if your Python interpreter is really located in c:\python32 .

+1
source

All Articles