[GRASS-dev] [GRASS GIS] #931: wingrass7 - wxgui not starting

#931: wingrass7 - wxgui not starting
------------------------------+---------------------------------------------
Reporter: hellik | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: wingrass, grass7 | Platform: MSWindows Vista
      Cpu: x86-32 |
------------------------------+---------------------------------------------
self compiled grass7 in the osgeo4w-stack

if I start grass7 in the msys-shell, the wx-welcome-sreen to select
location/mapset pops up and i'm able to select a location, but the wx-gui
doesn't start.

{{{
syringia@NADA /c/osgeo4w/usr/src/grass_trunk/bin.i686-pc-mingw32
$ grass70 -wx
/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/Init.sh: line 71:
export: `.grass7': not a valid identifier

WELCOME TO GRASS Version 7.0.svn 2010

    1) Have at your side all available GRASS tutorials

    2) When working on your location, the following materials
       are extremely useful:
       - A topo map of your area
       - Current catalog of available computer maps

    3) Check the GRASS webpages for feedback mailinglists and more:
       http://www.grass-gis.org
       http://grass.osgeo.org

Hit RETURN to continue

Starting GRASS ...
WARNUNG: Attention!
WARNUNG: Locking is not supported on Windows!
/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/functions.sh: line
599: /c/osgeo4w/usr/src/grass_trunk
/dist.i686-pc-mingw32/etc/wxpython/scripts/wxgui: No such file or
directory
           __________ ___ __________ _______________
          / ____/ __ \/ | / ___/ ___/ / ____/ _/ ___/
         / / __/ /_/ / /| | \__ \\_ \ / / __ / / \__ \
        / /_/ / _, _/ ___ |___/ /__/ / / /_/ // / ___/ /
        \____/_/ |_/_/ |_/____/____/ \____/___//____/

Welcome to GRASS 7.0.svn (2010)
GRASS homepage: http://grass.osgeo.org/
This version running through: Bourne Shell (/bin/sh)
Help is available with the command: g.manual -i
See the licence terms with: g.version -c
If required, restart the GUI with: g.gui wxpython
When ready to quit enter: exit
}}}

but when i type on the msys-shell ''g.gui wxpython'' , the wxgui starts
and working with grass7 is possible.

Helmut

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/931&gt;
GRASS GIS <http://grass.osgeo.org>

#931: wingrass7 - wxgui not starting
------------------------------+---------------------------------------------
  Reporter: hellik | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords: wingrass, grass7
  Platform: MSWindows Vista | Cpu: x86-32
------------------------------+---------------------------------------------
Comment (by glynn):

Replying to [ticket:931 hellik]:
>
{{{
/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/Init.sh: line 71:
export: `.grass7': not a valid identifier
}}}

{{{
- export $GRASS_CONFIG_DIR
+ export GRASS_CONFIG_DIR
}}}

>
{{{
/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/functions.sh: line
599: /c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-
mingw32/etc/wxpython/scripts/wxgui: No such file or directory
}}}

{{{
- "$GISBASE/etc/wxpython/scripts/wxgui"
+ "$GISBASE/etc/wxpython/wxgui.py"
}}}

Both of these have been fixed with r40985.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/931#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#931: wingrass7 - wxgui not starting
------------------------------+---------------------------------------------
  Reporter: hellik | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords: wingrass, grass7
  Platform: MSWindows Vista | Cpu: x86-32
------------------------------+---------------------------------------------
Changes (by martinl):

  * status: new => closed
  * resolution: => fixed

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/931#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>