K
K
Karen Kratyan2012-08-16 13:51:05
Python
Karen Kratyan, 2012-08-16 13:51:05

Problem with Coffee Compile plugin for sublime text 2: No such file or directory. Possibly related to encoding.

After running Coffee Compile, it says:
No such file or directory. [cmd: [u'coffee', u'--print', u'--lint', u'--eval', u' ...
Not so familiar with Python.
Presumably related to encoding.
added

sys.getdefaultencoding()
shows ascii
But I can’t figure out encode or decode :)
The launch happens like this:
def _compile(self, text, window):
        window.run_command('exec', {
            'cmd': [COFFEE_COMMAND, '--print', '--lint', '--eval', text],
            'quiet': True
        })

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
subvillion, 2012-09-04
@subvillion

In short, the coffee application was not found
Check if it is called like that, perhaps coffee.exe
Check the PATH system variables for the path to the directory with coffe
Or write the full path to the coffee application

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question