【发布时间】:2012-08-19 19:36:54
【问题描述】:
我刚刚获得了 Sublime Text 2,我喜欢它。当我尝试在其中运行 Python 时,出现错误:
[Error 2] The system cannot find the file specified
[cmd: [u'python', u'-u', u'C:\\Users\\Owner\\Desktop\\RandomStuff\\python\\rpg\\Characters.py']]
[dir: C:\Users\Owner\Desktop\RandomStuff\python\rpg]
[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]
【问题讨论】:
-
更改构建配置,使
cmd指向python 解释器的实际位置。
标签: python build path sublimetext2