The subprocess module in Sublime Text 2.0 build 2217 doesn't have the check_output function. This causes a problem with the tern.py script, which errors out with an error on line 474 of the tern.py ...
Think it's complex to connect your Python program to the UNIX shell? Think again! In past articles, I've looked into concurrency in Python via threads (see "Thinking Concurrently: How Modern Network ...