berfarah / LESS-build-sublime

Less build sytem for Sublime Text 2
Apache License 2.0
91 stars 14 forks source link

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 818: ordinal not in range(128) #19

Closed maxvipon closed 4 years ago

maxvipon commented 12 years ago

I installed LESS-build via Package Control, then closed ST2 and executed changeLESSBuildType. But when I pressed Ctrl+B nothing happened… In console I see:

Running C:\Users\Ponomarev_M\AppData\Roaming\Sublime Text 2\Packages\LESS-build\dotless.Compiler.exe D:\Temp\Less\test.less test.css
Traceback (most recent call last):
  File ".\sublime_plugin.py", line 337, in run_
  File ".\exec.py", line 154, in run
  File ".\exec.py", line 45, in __init__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 818: ordinal not in range(128)
pafnuty commented 11 years ago

+1

Running O:\SublimeText\Data\Packages\LESS-build\dotless.Compiler.exe D:\Desktop\123555\1223.less 1223.css
Traceback (most recent call last):
  File ".\sublime_plugin.py", line 337, in run_
    return self.run(**args)
  File ".\exec.py", line 154, in run
  File ".\exec.py", line 45, in __init__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 9: ordinal not in range(128)