Opened 9 years ago
Closed 9 years ago
#2720 closed defect (fixed)
r.in.gdal don't start on wingrass 7.0.1
Reported by: | aperi2007 | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.2 |
Component: | wxGUI | Version: | 7.0.1 |
Keywords: | unicode, wingrass | Cc: | |
CPU: | x86-64 | Platform: | MSWindows 7 |
Description
Ater install the WinGrass 7.0.1 32bit and launching the r.in.gdal from GUI I have this error:
Traceback (most recent call last): File "C:\Program Files (x86)\GRASS GIS 7.0.1\gui\wxpython\lmgr\frame.py", line 1679, in OnImportGdalLayers dlg = GdalImportDialog(parent = self, giface = self._giface) File "C:\Program Files (x86)\GRASS GIS 7.0.1\gui\wxpython\gui_core\dialogs.py", line 1878, in __init__ " ({mightNotWork})".format(mightNotWork=mightNotWork))) UnicodeEncodeError : 'ascii' codec can't encode character u'\xf9' in position 37: ordinal not in range(128)
I work on win7 64bit. My SO is locale italian with this customization: use dot (.) as decimal separator, and use comma (,) as thousand separator.
Change History (6)
comment:1 by , 9 years ago
Component: | Raster → wxGUI |
---|---|
Keywords: | unicode wingrass added |
Milestone: | → 7.0.1 |
comment:2 by , 9 years ago
Milestone: | 7.0.1 → 7.0.2 |
---|
comment:3 by , 9 years ago
Version: | 7.0.0 → 7.0.1 |
---|
follow-up: 5 comment:4 by , 9 years ago
follow-up: 6 comment:5 by , 9 years ago
comment:6 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I backported r64372 and r64373, that should fix it.