sublime按ctrl+B不能运行

python 2.7 32bit

sublime 2.02 32bit

系统win7 X64

用32位python是为了兼容

官网下载,配置python运行环境:

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

但是按ctrl+B之后只显示building,却不运行,搜了好多网页,有好多人遇到此问题,不知道如何解决,卸载重装依然没用。

后http://www.pc6.com/softview/SoftView_59221.html从下了一个sublime 3,安装了一个64位版本,可以了。怀疑是32位的原因,又从官网下了一个64位的还是不行……

遇到此种情况还是换吧





你可能感兴趣的:(python)