[GRASS-dev] OSGeo4W GRASS 7 startup error

Markus Neteler neteler at osgeo.org
Fri Feb 28 05:02:44 PST 2014


hi Martin,

On Fri, Feb 28, 2014 at 12:33 PM, Martin Landa <landa.martin at gmail.com> wrote:
> Hi Markus,
>
> 2014-02-28 9:17 GMT+01:00 Markus Neteler <neteler at osgeo.org>:
>> It turned out that the WIND file contained only
>> NULNULNUL...
>>
>>         for line in windfile.readlines():
>>             import pdb; pdb.set_trace()
>>             line = line.strip()
>>             key, value = line.split(":", 1)
>>             self.wind[key.strip()] = value.strip()
>>
>> Launching <wxpython> GUI in the background, please wait...
>
> really strange, in any case in r59148 wxGUI tries to recover from
> default region.
>
> GRASS 7.0.svn (test):~/src/grass_trunk/gui/wxpython >
> ERROR: Unable to read WIND file: need more than 1 value to unpack
> Trying to recover from default region...

perfect - like this it is now self-healing.

Thanks for the fix
Markus


More information about the grass-dev mailing list