#2037: i.gensig cannot create signature file
----------------------+-----------------------------------------------------
Reporter: venkat | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 6.4.3
Component: wxGUI | Version: 6.4.3 RCs
Keywords: | Platform: MSWindows 7
Cpu: x86-64 |
----------------------+-----------------------------------------------------
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)
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, particularly `Save` 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 for `MS Windows 8`.''