Hi,
I have just installed ST2 and CoffeeScript plugin, but all plugin functions will throw this same error 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 don’t know if this is really related to Mavericks Python installation (which is 2.7.5) and ST2 Python version (2.6.8), or if is anything else.
I saw several similar problems on the web, with distinct plugins. None of them pointed a clear solution.
Does anyone here have ideas on how to workaround this?
Thanks very much.