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: grass-dev@…
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 martinl, 9 years ago

Component: RasterwxGUI
Keywords: unicode wingrass added
Milestone: 7.0.1

comment:2 by martinl, 9 years ago

Milestone: 7.0.17.0.2

comment:3 by martinl, 9 years ago

Version: 7.0.07.0.1

comment:4 by annakrat, 9 years ago

I backported r64372 and r64373, that should fix it.

in reply to:  4 ; comment:5 by martinl, 9 years ago

Replying to 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.

in reply to:  5 comment:6 by martinl, 9 years ago

Resolution: fixed
Status: newclosed

Replying to martinl:

Replying to 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.

Note: See TracTickets for help on using tickets.