#2720: r.in.gdal don't start on wingrass 7.0.1
-------------------------+-------------------------
Reporter: aperi2007 | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Raster | Version: 7.0.0
Keywords: | CPU: x86-64
Platform: MSWindows 7 |
-------------------------+-------------------------
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.
Replying to [comment:5 martinl]:
> Replying to [comment:4 annakrat]:
> > I backported r64372 and r64373, that should fix it.
>
> Please could anyone confirm it? If so, we should probably schedule
release 7.0.2 sooner than expected.
OK, I tested 7.0.1 and 7.0.2svn with Italian locales and it seems to be
fixed. Closing the ticket, please reopen if needed.