Opened 13 years ago

Closed 13 years ago

#1493 closed defect (fixed)

wxgui About GRASS fails with UnicodeDecodeError

Reported by: marisn Owned by: martinl
Priority: minor Milestone: 6.4.2
Component: wxGUI Version: svn-releasebranch64
Keywords: Cc: grass-dev@…
CPU: Unspecified Platform: MSWindows 7

Description

WinGRASS-6.4.SVN-r49260-1 on Windows 7 Help->About GRASS:

Traceback (most recent call last):
  File "C:/Program Files/GRASS
6.4.SVN/etc/wxpython/wxgui.py", line 614, in OnAboutGRASS

win = AboutWindow(self)
  File "C:\Program Files\GRASS
6.4.SVN\etc\wxpython\gui_modules\ghelp.py", line 547, in
__init__

(_("Contributors"), self._pageContributors()),
  File "C:\Program Files\GRASS
6.4.SVN\etc\wxpython\gui_modules\ghelp.py", line 702, in
_pageContributors

label = item))
  File "C:\Program Files\GRASS 6.4.SVN\Python25\lib\site-
packages\wx-2.8-msw-unicode\wx\_controls.py", line 1136, in
__init__

_controls_.StaticText_swiginit(self,_controls_.new_StaticTex
t(*args, **kwargs))
  File "C:\Program Files\GRASS
6.4.SVN\Python25\lib\encodings\cp1257.py", line 15, in
decode

return codecs.charmap_decode(input,errors,decoding_table)
UnicodeDecodeError
:
'charmap' codec can't decode byte 0xa1 in position 19:
character maps to <undefined>

Change History (3)

in reply to:  description ; comment:1 by glynn, 13 years ago

Replying to marisn:

This has already been fixed in 6.5 (r47387) and 7.0 (r47386), but has not been back-ported to 6.4.

in reply to:  1 comment:2 by martinl, 13 years ago

Cc: grass-dev@… added
Milestone: 6.4.2
Owner: changed from grass-dev@… to martinl
Status: newassigned

Replying to glynn:

Replying to marisn:

This has already been fixed in 6.5 (r47387) and 7.0 (r47386), but has not been back-ported to 6.4.

done in r49450.

comment:3 by martinl, 13 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.