[GRASS-dev] locale problem solved - but have suggestion

Markus Neteler neteler at osgeo.org
Tue Aug 7 07:35:42 PDT 2012


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'))
OSError: [Errno 2] No such file or directory: '/usr/local/grass-7.0.svn/locale'

Markus


More information about the grass-dev mailing list