Opened 12 years ago
Last modified 10 years ago
#1941 closed defect
wxGUI error — at Initial Version
Reported by: | venkat | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 7.0.0 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | wingrass | Cc: | |
CPU: | x86-32 | Platform: | MSWindows 7 |
Description
I get following error with the wxGUI while running GRASS7-svn when selecting modules form the menu. on Windows-7 in Japanese locale. I guess it is related to utf-8 encoding.
Traceback (most recent call last):
File "C:\Program Files\GRASS GIS
7.0.svn\etc\gui\wxpython\lmgr\frame.py", line 737, in OnMenuCmd
cmd = self.GetMenuCmd(event)
File "C:\Program Files\GRASS GIS
7.0.svn\etc\gui\wxpython\lmgr\frame.py", line 722, in GetMenuCmd
input = GUI().GetCommandInputMapParamKey(cmdlist[0])
File "C:\Program Files\GRASS GIS
7.0.svn\etc\gui\wxpython\gui_core\forms.py", line 2301, in GetCommandInputMapParamKey
gtask.get_interface_description(cmd).decode(enc).encode('utf -8'))) UnicodeDecodeError : 'cp932' codec can't decode bytes in position 7074-7075: illegal multibyte sequence