Problems with running Python 32 in Sublime Text 2
问题 I know that there are lots of questions about running Python in Sublime Text 2, but i have a problem. I've changed "Python.sublime-build" file in AppData package on this one { "cmd": ["C:\\Program Files\\Python32\\python.exe", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python" } Where "C:\Program Files\Python32\python.exe" is my own path. When I press Ctrl + B. I see "building..." and than the inscription disapeers and nothing happens. What to do