Opened 11 years ago
Last modified 9 years ago
#2037 new defect
i.gensig cannot create signature file
Reported by: | venkat | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 6.4.6 |
Component: | wxGUI | Version: | 6.4.3 RCs |
Keywords: | i.gensig, l12n | Cc: | |
CPU: | x86-64 | Platform: | MSWindows 8 |
Description
i.gensig is unable to save output signature file after calculation. Running GRASS-6.4.3RC3 on Windows-8 Japanese locale. Seems to be an encoding problem.
Traceback (most recent call last):
File "C:\OSGeo4W\apps\grass\grass-6.4.3RC3\etc\wxpython\gu
i_core\goutput.py", line 674, in OnOutputSave
output.write(text) UnicodeEncodeError : 'ascii' codec can't encode characters in position 209-221: ordinal not in range(128) Traceback (most recent call last):
File "C:\OSGeo4W\apps\grass\grass-6.4.3RC3\etc\wxpython\gu
i_core\goutput.py", line 674, in OnOutputSave
output.write(text) UnicodeEncodeError : 'ascii' codec can't encode characters in position 203-215: ordinal not in range(128)
Change History (7)
comment:1 by , 11 years ago
Keywords: | i.gensig l12n added |
---|
follow-up: 3 comment:2 by , 11 years ago
follow-up: 4 comment:3 by , 11 years ago
Replying to wenzeslaus:
To Trac admin: Please create
Platform
value forMS Windows 8
.
strangely I cannot find 'Platforms' in Administration
-> Ticket system
. (?)
comment:4 by , 11 years ago
Platform: | MSWindows 7 → MSWindows 8 |
---|
Replying to martinl:
Replying to wenzeslaus:
To Trac admin: Please create
Platform
value forMS Windows 8
.strangely I cannot find 'Platforms' in
Administration
->Ticket system
. (?)
Done, it is set in
/var/www/trac/grass/conf/trac.ini
comment:7 by , 9 years ago
Milestone: | → 6.4.6 |
---|
venkat, can you please try again and describe exact steps you are doing and where and full reports. You are talking about G6:i.gensig module which has the parameter
signaturefile
. But the tracebacks you provided seems to be from GUI, particularlySave
button in Command console in Layer Manager.venkat, note that you can use
{{{
and}}}
for formatting code, outputs and tracebacks here at tracker, see WikiFormatting#PreformattedText.To Trac admin: Please create
Platform
value forMS Windows 8
.