我下载了 sublime text 2,但使用 python 语言运行代码时遇到问题。这是我的代码:
def main:
print "Hello"
main()
当我执行 ctrl + B 时出现错误:
[错误2] 系统找不到指定的文件
[cmd: [u'python', u'-u', u'C:\Users\Hari\Documents\test.py']]
[目录:C:\Users\Hari\Documents]
[路径: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] [已完成]
我正在使用 Windows 8,并尝试通过添加 C:\Python27\; 来更改环境变量;或 C:\Python26\; 或 C:\Python33\; 或 C:\Python2\; 或 C:\Python2\; 到路径的开头,但它仍然给我同样的错误。有人能帮我吗?