On Wed, Aug 12, 2015 at 9:30 AM, Andrea Peri <aperi2...@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
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to