Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue Collection] Installation Problems #205

Closed
Robot-Will opened this issue Dec 1, 2014 · 4 comments
Closed

[Issue Collection] Installation Problems #205

Robot-Will opened this issue Dec 1, 2014 · 4 comments

Comments

@Robot-Will Robot-Will changed the title Collection [Installation Problems] [Issue Collection] Installation Problems Dec 1, 2014
@jetcz
Copy link

jetcz commented Jan 13, 2015

Can't load package if the packages path contains character "ř"

Reloading plugin C:\Users\Jiří\AppData\Roaming\Sublime Text 2\Packages\Arduino-like IDE\StinoStarter.py
Traceback (most recent call last):
File ".\sublime_plugin.py", line 62, in reload_plugin
File ".\StinoStarter.py", line 6, in
import app
File ".\app__init__.py", line 20, in
i18n = language.Language()
File ".\app\language.py", line 62, in init
self.genLanguageItemList()
File ".\app\language.py", line 99, in genLanguageItemList
lang_file = os.path.join(constant.language_root, lang_file_name)
File ".\ntpath.py", line 108, in join
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf8 in position 11: ordinal not in range(128)

@gonzoid
Copy link

gonzoid commented Jan 14, 2015

Hello @jetcz

You are using the older version of Stino which isn't supported anymore, please try the new version:
https://github.com/Robot-Will/Stino/wiki/Manual-installation

@jetcz
Copy link

jetcz commented Jan 14, 2015

problem persists

Reloading plugin C:\Users\Jiří\AppData\Roaming\Sublime Text 2\Packages\Stino-new-stino\StinoStarter.py
Traceback (most recent call last):
File ".\sublime_plugin.py", line 62, in reload_plugin
File ".\StinoStarter.py", line 24, in
import stino
File ".\stino__init__.py", line 22, in
main.set_pyarduino()
File ".\stino\main.py", line 31, in set_pyarduino
user_path = st_base.get_stino_user_path()
File ".\stino\st_base.py", line 40, in get_stino_user_path
user_path = os.path.join(packages_path, 'User')
File ".\ntpath.py", line 108, in join
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf8 in position 11: ordinal not

@gonzoid
Copy link

gonzoid commented Jan 14, 2015

Same problem happens on other plugins and ST2 itself could be the cause.

You could try to use ST3, it embeds python3 which handle unicode natively.
Alternatively, try the solution given on the first post of this thread on ST forum: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=12185&p=64135

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants