I just installed ST2 and CoffeeScript plugin via Package Manager, but every plugin action is throwing the following issue to the console log:
Traceback (most recent call last):
File "./sublime_plugin.py", line 356, in run_
File "./CoffeeScript.py", line 90, in run
File "./CoffeeScript.py", line 32, in brew
File "./CoffeeScript.py", line 22, in run
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 623, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 1141, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
I tried the same with alternative plugins before, and the same error were still happening. Diggin the web for it, I saw this error being reported for other distinct plugins, although none of the posts was clearly pointing out a final solution.
I've done this before and it was working indeed, the only changes I recently made to this system was creating a new user for the mac and uninstalling ST2 to try out ST3. After some other incompatibility issues with version 3 I downgraded it again to the latest ST2 version.
OSX Mavericks here, running Python 2.7.5, and ST2 seems to run 2.6.8. I don't know Python, neither I know if this can be the issue's origin. I'm kinda lost, can anybody land me a hand on that?
Thanks very much.