[GRASS-dev] Re: [GRASS GIS] #1044: Crash on startup directly after install Grass-64 6.4 RC6 (Latest non-developmental build)

GRASS GIS trac at osgeo.org
Tue Sep 20 04:58:36 EDT 2011


#1044: Crash on startup directly after install Grass-64 6.4 RC6 (Latest non-
developmental build)
------------------------+---------------------------------------------------
 Reporter:  jbdynamics  |       Owner:  grass-dev@…              
     Type:  defect      |      Status:  new                      
 Priority:  normal      |   Milestone:  6.4.0                    
Component:  Python      |     Version:  6.4.0 RCs                
 Keywords:  wingrass    |    Platform:  MSWindows Vista          
      Cpu:  x86-64      |  
------------------------+---------------------------------------------------
Changes (by hamish):

  * component:  Default => Python


Comment:

 Probably related to this issue highlighted by Glynn:
   http://article.gmane.org/gmane.comp.gis.grass.user/40977/

 proposed patch:

 {{{
 Index: lib/init/init.bat
 ===================================================================
 --- lib/init/init.bat   (revision 48378)
 +++ lib/init/init.bat   (working copy)
 @@ -131,9 +131,9 @@

  set
 PYTHONPATH=%PYTHONPATH%;%WINGISBASE%\etc\python;%WINGISBASE%\etc\wxpython

 -python "%GISBASE%/etc/wxpython/gis_set.py"
 +"%GRASS_PYTHON%" "%GISBASE%/etc/wxpython/gis_set.py"
  if %errorlevel% == 2 goto exitinit
 -python "%GISBASE%/etc/wxpython/wxgui.py"
 +"%GRASS_PYTHON%" "%GISBASE%/etc/wxpython/wxgui.py"

  goto exitinit

 }}}


 Hamish

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/1044#comment:3>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list