Sublime Forum

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8

#1

Hello,

I was told to check out ST2 as everyone seems to rave about it. So far, they’ve been correct. Really nice editor.

I use RhoStudio for development. The IDE used Eclipse (which sucks). At any rate, I’m trying to see if I can build my projects using ST2. I entered the following code in the build file:

{
“cmd”: “rake”, “run:rhosimulator”],
“shell”: true
}

Whenever I execute the build, I get the following from the console:

Running rake run:rhosimulator
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 0xe8 in position 12: ordinal not in range(128)

Out of my three computers, I’ve only got this to work on 1. I can’t figure out what I’m doing wrong. I’ve even copied the build file I created (RHO.sublime-build) from my working machine to my non-working machines and I get the same error. I’ve un-installed and re-installed but to no avail.

I’m running Win8/64. The version of ST2 I’m using is Version 2.0.1 Build 2217.

Can someone shed some light on this problem?

Thanks a million.

— Val

0 Likes