Re: [GRASS-dev] [GRASS GIS] #945: wxGUI: g.setproj fails

2013-06-18 Thread GRASS GIS
#945: wxGUI: g.setproj fails
---+
 Reporter:  hamish |   Owner:  grass-dev@…  
 Type:  defect |  Status:  new  
 Priority:  major  |   Milestone:  6.4.4
Component:  wxGUI  | Version:  svn-releasebranch64  
 Keywords:  g.setproj  |Platform:  All  
  Cpu:  All|  
---+
Changes (by hamish):

  * priority:  critical = major
  * milestone:  6.4.3 = 6.4.4


Comment:

 re. the pager problem, actually it wasn't failing gracefully, it was
 #ifdef'd out for wingrass. #ifdef removed, tested the pager with g.list
 and g.setproj in devbr6 and it works now with the isatty()-able cmd.exe
 window. backported to 6.4svn in r56780.

 r.digit and g.setproj now start ok from the wxGUI menu, with and without
 Xmons.


 
 Final issue to resolve before closing this bug:
  * GRASS_MESSAGE_FORMAT ugliness remains, see comment:7 and comment:8 in
 this ticket for a possible solution.

 that's not critical, so bumping it down the road to 6.4.4 ...


 Hamish

-- 
Ticket URL: https://trac.osgeo.org/grass/ticket/945#comment:17
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #945: wxGUI: g.setproj fails (was: wxGUI: g.setproj fails on wingrass)

2013-06-16 Thread GRASS GIS
#945: wxGUI: g.setproj fails
---+
 Reporter:  hamish |   Owner:  grass-dev@…  
 Type:  defect |  Status:  new  
 Priority:  critical   |   Milestone:  6.4.4
Component:  wxGUI  | Version:  svn-releasebranch64  
 Keywords:  g.setproj  |Platform:  All  
  Cpu:  All|  
---+
Changes (by hamish):

  * keywords:  g.setproj, wingrass = g.setproj
  * platform:  MSWindows XP = All
  * cpu:  x86-32 = All
  * priority:  major = critical


Comment:

 It's not just WinGrass, it happens on Linux too.

 r.digit and r.le.setup also fail in the same way.

 This is a regression from 6.4.2, where it was working.


 Hamish

-- 
Ticket URL: https://trac.osgeo.org/grass/ticket/945#comment:15
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #945: wxGUI: g.setproj fails

2013-06-16 Thread GRASS GIS
#945: wxGUI: g.setproj fails
---+
 Reporter:  hamish |   Owner:  grass-dev@…  
 Type:  defect |  Status:  new  
 Priority:  critical   |   Milestone:  6.4.3
Component:  wxGUI  | Version:  svn-releasebranch64  
 Keywords:  g.setproj  |Platform:  All  
  Cpu:  All|  
---+
Changes (by hamish):

  * milestone:  6.4.4 = 6.4.3


Comment:

 OnXTerm 'Command' error fixed in relbr64 and devbr6 with r56738,40.

 `more` set to be the default pager in wingrass in r56741 (devbr6).
 works within g.setproj run from the msys command line or wxGUI, but not
 from the msys command line directly (fails gracefully, cat-like).


 Hamish

-- 
Ticket URL: https://trac.osgeo.org/grass/ticket/945#comment:16
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #945: wxGUI: g.setproj fails on wingrass

2013-04-13 Thread GRASS GIS
#945: wxGUI: g.setproj fails on wingrass
-+--
 Reporter:  hamish   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  major|   Milestone:  6.4.4
Component:  wxGUI| Version:  svn-releasebranch64  
 Keywords:  g.setproj, wingrass  |Platform:  MSWindows XP 
  Cpu:  x86-32   |  
-+--
Changes (by neteler):

  * version:  svn-develbranch6 = svn-releasebranch64
  * milestone:  6.5.0 = 6.4.4


Comment:

 Still broken in current winGRASS 6.4 (r55719):

 wxGUI menu - Settings - Map projection - g.setproj:

 {{{
 Traceback (most recent call last):
   File C:\Program Files (x86)\GRASS GIS
 6.4.3svn\etc\wxpython\lmgr\frame.py, line 1186, in
 OnXTermNoXMon

 self.OnXTerm(event, need_xmon = False)
   File C:\Program Files (x86)\GRASS GIS
 6.4.3svn\etc\wxpython\lmgr\frame.py, line 1236, in OnXTerm

 p = Command(cmdlist, wait=False)
 NameError
 :
 global name 'Command' is not defined
 }}}

 Perhaps trap this when platform == windows and
 pop up an error Unsupported on Windows, use blabla... instead?

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/945#comment:13
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev