[GRASS-dev] [GRASS GIS] #3046: Cannot set display font
GRASS GIS
trac at osgeo.org
Thu May 26 16:21:57 PDT 2016
#3046: Cannot set display font
--------------------------+-------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 7.0.5
Component: wxGUI | Version: 7.0.4
Keywords: display font | CPU: Unspecified
Platform: MacOSX |
--------------------------+-------------------------
Attempting to set display font in preferences generates an error in GRASS
7.0.4 and above. This may or may not be limited to the Mac.
{{{
Traceback (most recent call last):
File "/Applications/GRASS-7.1.app/Contents/MacOS/gui/wxpyt
hon/gui_core/preferences.py", line 1446, in OnSetFont
type = 'font')
File "/Applications/GRASS-7.1.app/Contents/MacOS/gui/wxpyt
hon/gui_core/preferences.py", line 1563, in __init__
style = wx.LB_SINGLE|wx.LB_SORT)
File "/Applications/GRASS-7.1.app/Contents/MacOS/etc/pytho
n/wx/_controls.py", line 1284, in __init__
_controls_.ListBox_swiginit(self,_controls_.new_ListBox(*arg
s, **kwargs))
UnicodeDecodeError
:
'ascii' codec can't decode byte 0xe5 in position 14: ordinal
not in range(128)
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3046>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list