Sublime Forum

Error while saving .less file

#1

hey there,

I just installed the following packages:
LESS
LESS-buil
SublimeOnSaveBuild

Now when I want to save a .less-file, the console outputs the following error:

Writing file /C/xampp/htdocs/hoeglinger/wp-content/themes/custom/style.less with encoding UTF-8
Running dotless.Compiler.exe -m C:\xampp\htdocs\hoeglinger\wp-content\themes\custom\style.less
Traceback (most recent call last):
  File ".\sublime_plugin.py", line 337, in run_
  File ".\exec.py", line 154, in run
  File ".\exec.py", line 40, in __init__
  File ".\ntpath.py", line 389, in expandvars
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 12: ordinal not in range(128)

OS: Windows 8 Release Preview x64

0 Likes