Markus Neteler | 7 Aug 2012 16:35
Favicon

Re: locale problem solved - but have suggestion

On Sat, Aug 4, 2012 at 7:18 AM, Maris Nartiss <maris.gis <at> gmail.com> wrote:
> Patch has been commited to trunk to get wider testing.
>
> Fail reports welcome,

Here we go :)

After make distclean, when compiling without NLS support, I cannot start
the GUI any more:

GRASS 7.0.svn (patUTM32):/raw_data/lidar_raw/las13_format/toposys_optech2007
> Traceback (most recent call last):
  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/main.py",
line 34, in <module>
    from core.render   import Map
  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/core/render.py",
line 38, in <module>
    from core.settings import UserSettings
  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/core/settings.py",
line 1123, in <module>
    UserSettings = Settings()
  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/core/settings.py",
line 42, in __init__
    self._defaultSettings()  # -> self.defaultSettings
  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/core/settings.py",
line 74, in _defaultSettings
    id_loc = self._generateLocale()
  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/core/settings.py",
line 59, in _generateLocale
    self.locs = os.listdir(os.path.join(os.environ['GISBASE'], 'locale'))
(Continue reading)

Maris Nartiss | 7 Aug 2012 17:25
Picon

Re: locale problem solved - but have suggestion

Sorry!
At one point I was thinking about adding necessary code, still I
forgot about it. Fixed in r52582.

Maris.

2012/8/7 Markus Neteler <neteler <at> osgeo.org>:
> On Sat, Aug 4, 2012 at 7:18 AM, Maris Nartiss <maris.gis <at> gmail.com> wrote:
>> Patch has been commited to trunk to get wider testing.
>>
>> Fail reports welcome,
>
> Here we go :)
>
> After make distclean, when compiling without NLS support, I cannot start
> the GUI any more:
>
>
> GRASS 7.0.svn (patUTM32):/raw_data/lidar_raw/las13_format/toposys_optech2007
>> Traceback (most recent call last):
>   File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/main.py",
> line 34, in <module>
>     from core.render   import Map
>   File "/usr/local/grass-7.0.svn/etc/gui/wxpython/core/render.py",
> line 38, in <module>
>     from core.settings import UserSettings
>   File "/usr/local/grass-7.0.svn/etc/gui/wxpython/core/settings.py",
> line 1123, in <module>
>     UserSettings = Settings()
>   File "/usr/local/grass-7.0.svn/etc/gui/wxpython/core/settings.py",
(Continue reading)

Markus Neteler | 7 Aug 2012 17:55
Favicon

Re: locale problem solved - but have suggestion

On Tue, Aug 7, 2012 at 5:25 PM, Maris Nartiss <maris.gis <at> gmail.com> wrote:
> Sorry!
> At one point I was thinking about adding necessary code, still I
> forgot about it. Fixed in r52582.

Thanks, works again.

Markus

Gmane