我正在使用Sublime Text 2.我正在处理的最新脚本一直给我一个常量[错误2]消息。然后我意识到它是为我的脚本的所有做的,甚至像(打印“Hello World!”)那样简单。基于错误消息的细节,似乎解释器指向某种路径,我不知道它是如何得到的那样。我怎样才能解决这个问题?谢谢!
[Error 2] The system cannot find the file specified
[cmd: [u'python', u'-u', u'C:\\Users\\Sam\\Desktop\\hello.py']]
[dir: C:\Users\Sam\Desktop]
[path: C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common
Files\Microsoft Shared\Windows
Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\
System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Program
Files\QuickTime\QTSystem\]
[完成]
答案 0 :(得分:2)
看起来你的路径中没有python
您需要将其添加到路径中(如果已安装)
或
你需要安装python ...