[GRASS-user] r.in.gdal don't start in 7.0.1
Markus Neteler
neteler at osgeo.org
Wed Aug 12 04:54:10 PDT 2015
On Wed, Aug 12, 2015 at 9:30 AM, Andrea Peri <aperi2007 at gmail.com> wrote:
> Hi,
> I install the wingrass 7.0.1 on my win7 64bit.
>
> The program start normally, but when try to open the r.in.gdal tool I
> see 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)))
...
This code is from
./gui/wxpython/gui_core/dialogs.py: mightNotWork = _("this
might not work for multiple bands")
./gui/wxpython/gui_core/dialogs.py: "
({mightNotWork})".format(mightNotWork=mightNotWork)))
./gui/wxpython/gui_core/dialogs.py: "
({mightNotWork})".format(mightNotWork=mightNotWork)))
which only exists in GRASS 7.0 but not 7.1. Perhaps potential for backport?
Markus
More information about the grass-user
mailing list