Project

General

Profile

Actions

Bug #1685

closed

Problem run program with russian characters in windows account name.

Added by Evgeniy Karasev almost 10 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/07/2014
Due date:
% Done:

0%

Estimated time:
Chirp Version:
daily
Model affected:
(All models)
Platform:
Windows
Debug Log:
I read the instructions above:

Description

Cannot run program under win 7
Username contains russian characters - run program, opened window "Error reporting is enabled". Click OK - program has closed, and nothing happens. (Username - Администратор)
If Username contains only latin characters - all work good. Run program, opened window "Error reportong is enabled". Click OK - window closed and opened main program window.

Last strings from debug.log

Traceback (most recent call last):
File "chirpw", line 126, in
File "chirpui\mainapp.pyo", line 1766, in init
File "chirpui\mainapp.pyo", line 519, in update_stock_configs
File "chirpui\mainapp.pyo", line 500, in copy_shipped_stock_configs
File "ntpath.pyo", line 108, in join
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc0 in position 9: invalid start byte


Related issues

Is duplicate of Bug #272: CHiRP won´t start on any of my systems: UTF-8 in pathClosed08/10/2012

Actions
Actions #1

Updated by Jens Jensen over 9 years ago

seems like a bug/issue in python:
http://bugs.python.org/issue20140

Workaround seems to be using directory with only ascii chars (i.e., no unicode) in full path. (Such as from alternate user account with no unicode in name).

Actions #2

Updated by Bernhard Hailer almost 4 years ago

  • Status changed from New to Closed
  • Chirp Version changed from 0.4.0 to daily

Explanantion provided.

Actions

Also available in: Atom PDF