[GRASS-dev] [GRASS GIS] #2737: importing vector and raster problem

#2737: importing vector and raster problem
----------------------+-------------------------
Reporter: carminem | Owner: grass-dev@…
     Type: defect | Status: new
Priority: critical | Milestone:
Component: Default | Version: 7.0.1
Keywords: | CPU: x86-64
Platform: Linux |
----------------------+-------------------------
When I launch v.in.ogr and r.in.gdal I receive this error:

D1/5: grass.script.core.start_command(): g.gisenv -n
D1/5: G_set_program_name(): g.gisenv
D2/5: G_option_to_separator(): key = separator -> sep = '
'
Traceback (most recent call last):
   File "/usr/lib/grass70/gui/wxpython/lmgr/frame.py", line 310, in
<lambda>
     lambda event: self.RunSpecialCmd(event.cmd))
   File "/usr/lib/grass70/gui/wxpython/lmgr/frame.py", line 617, in
RunSpecialCmd
     self.OnImportGdalLayers(event = None, cmd = command)
   File "/usr/lib/grass70/gui/wxpython/lmgr/frame.py", line 1679, in
OnImportGdalLayers
     dlg = GdalImportDialog(parent = self, giface = self._giface)
   File "/usr/lib/grass70/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 use grass 7.0.1 in ubuntu 14.04.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2737&gt;
GRASS GIS <https://grass.osgeo.org>

#2737: importing vector and raster problem
-----------------------+-------------------------
  Reporter: carminem | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: critical | Milestone: 7.0.1
Component: wxGUI | Version: 7.0.1
Resolution: | Keywords:
       CPU: x86-64 | Platform: Linux
-----------------------+-------------------------
Changes (by martinl):

* component: Default => wxGUI
* milestone: => 7.0.1

Old description:

When I launch v.in.ogr and r.in.gdal I receive this error:

D1/5: grass.script.core.start_command(): g.gisenv -n
D1/5: G_set_program_name(): g.gisenv
D2/5: G_option_to_separator(): key = separator -> sep = '
'
Traceback (most recent call last):
  File "/usr/lib/grass70/gui/wxpython/lmgr/frame.py", line 310, in
<lambda>
    lambda event: self.RunSpecialCmd(event.cmd))
  File "/usr/lib/grass70/gui/wxpython/lmgr/frame.py", line 617, in
RunSpecialCmd
    self.OnImportGdalLayers(event = None, cmd = command)
  File "/usr/lib/grass70/gui/wxpython/lmgr/frame.py", line 1679, in
OnImportGdalLayers
    dlg = GdalImportDialog(parent = self, giface = self._giface)
  File "/usr/lib/grass70/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 use grass 7.0.1 in ubuntu 14.04.

New description:

When I launch v.in.ogr and r.in.gdal I receive this error:

{{{
D1/5: grass.script.core.start_command(): g.gisenv -n
D1/5: G_set_program_name(): g.gisenv
D2/5: G_option_to_separator(): key = separator -> sep = '
'
Traceback (most recent call last):
   File "/usr/lib/grass70/gui/wxpython/lmgr/frame.py", line 310, in
<lambda>
     lambda event: self.RunSpecialCmd(event.cmd))
   File "/usr/lib/grass70/gui/wxpython/lmgr/frame.py", line 617, in
RunSpecialCmd
     self.OnImportGdalLayers(event = None, cmd = command)
   File "/usr/lib/grass70/gui/wxpython/lmgr/frame.py", line 1679, in
OnImportGdalLayers
     dlg = GdalImportDialog(parent = self, giface = self._giface)
   File "/usr/lib/grass70/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 use grass 7.0.1 in ubuntu 14.04.

--

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2737#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>

#2737: importing vector and raster problem
-----------------------+-------------------------
  Reporter: carminem | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: critical | Milestone: 7.0.2
Component: wxGUI | Version: 7.0.1
Resolution: | Keywords:
       CPU: x86-64 | Platform: Linux
-----------------------+-------------------------
Changes (by martinl):

* milestone: 7.0.1 => 7.0.2

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2737#comment:2&gt;
GRASS GIS <https://grass.osgeo.org>

#2737: importing vector and raster problem
------------------------+-------------------------
  Reporter: carminem | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: critical | Milestone:
Component: Default | Version: 7.0.1
Resolution: duplicate | Keywords:
       CPU: x86-64 | Platform: Linux
------------------------+-------------------------
Changes (by annakrat):

* status: new => closed
* resolution: => duplicate
* component: wxGUI => Default
* milestone: 7.0.2 =>

Comment:

Duplicate of #2720.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2737#comment:3&gt;
GRASS GIS <https://grass.osgeo.org>