I downloaded sublime text 2 and I have a problem running a code with the language python. Here is my code:
def main:
print "Hello"
main()
I get an error when I do ctrl + B:
[Error 2] The system cannot find the file specified
[cmd: [u'python', u'-u', u'C:\Users\Hari\Documents\test.py']]
[dir: C:\Users\Hari\Documents]
[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\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon] [Finished]
I am using Windows 8 and I tried to change the environment variables by adding C:\Python27\; or C:\Python26\; or C:\Python33\; or C:\Python2\; or C:\Python2\; to the beginning of the path but it still gives me the same error. Can someone help me?