[GRASS-dev] [GRASS GIS] #868: wxGUI: UnicodeEncodeError in Help ->
GIS GUI help
GRASS GIS
trac at osgeo.org
Tue Jan 12 21:53:56 EST 2010
#868: wxGUI: UnicodeEncodeError in Help -> GIS GUI help
---------------------+------------------------------------------------------
Reporter: neteler | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Keywords: | Platform: Linux
Cpu: x86-64 |
---------------------+------------------------------------------------------
Trying Help -> GIS GUI help, I got:
{{{
Traceback (most recent call last):
File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/wxgui.py", line 538, in OnAboutGRASS
win = AboutWindow(self)
File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/wxgui.py", line 1669, in __init__
authortxt = wx.StaticText(authorwin, id=wx.ID_ANY,
label=str(authors))
UnicodeEncodeError
:
'ascii' codec can't encode character u'\u571f' in position
91: ordinal not in range(128)
Traceback (most recent call last):
File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/wxgui.py", line 538, in OnAboutGRASS
win = AboutWindow(self)
File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/wxgui.py", line 1669, in __init__
authortxt = wx.StaticText(authorwin, id=wx.ID_ANY,
label=str(authors))
UnicodeEncodeError
:
'ascii' codec can't encode character u'\u571f' in position
91: ordinal not in range(128)
Traceback (most recent call last):
File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/wxgui.py", line 538, in OnAboutGRASS
win = AboutWindow(self)
File "/home/neteler/grass64/dist.x86_64-unknown-linux-
gnu/etc/wxpython/wxgui.py", line 1669, in __init__
authortxt = wx.StaticText(authorwin, id=wx.ID_ANY,
label=str(authors))
UnicodeEncodeError
:
'ascii' codec can't encode character u'\u571f' in position
91: ordinal not in range(128)
(Wed Jan 13 03:48:45 2010)
g.manual wxGUI
}}}
Closing, opening the GUI solved the problem. Feel free to close if there
is nothing to fix.
Markus
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/868>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list