Answer the question
In order to leave comments, you need to log in
Build System not working in Sublime Text 2 under Windows 7 x64?
The problem was discovered when creating a new build chain for .po (Gettext) files:
{
"shell": true,
"cmd": ["C:\\Program Files (x86)\\Poedit\\bin\\msgfmt.exe", "-v", "$file", "-o", "${file/\\.po/\\.mo/}"],
"selector": ["*.po"],
"working_dir" : "${file_path}"
}
Running C:\Program Files (x86)\Poedit\bin\msgfmt.exe -v \\PATH\languages\ru_RU.po -o \\PATH\languages\ru_RU.mo
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 cannot decode byte 0xcf in position 175: ordinal not in range(128)
Answer the question
In order to leave comments, you need to log in
There was a similar problem.
Try to look in the console (ctrl + ~). According to the text of the error, the solution is well googled.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question