[GRASS-dev] Re: [GRASS GIS] #1270: wingrass: Error in Attribute Table Manager

GRASS GIS trac at osgeo.org
Tue Feb 7 04:53:44 EST 2012


#1270: wingrass: Error in Attribute Table Manager
-----------------------------------------------+----------------------------
 Reporter:  antonioall                         |       Owner:  grass-dev@…              
     Type:  defect                             |      Status:  new                      
 Priority:  critical                           |   Milestone:  6.4.2                    
Component:  wxGUI                              |     Version:  svn-develbranch6         
 Keywords:  wingrass, attribute table manager  |    Platform:  MSWindows Vista          
      Cpu:  x86-32                             |  
-----------------------------------------------+----------------------------

Comment(by hamish):

 suggest to apply this patch to 6.4svn until a solution is found:

 {{{
 Index: gui/wxpython/gui_modules/dbm.py
 ===================================================================
 --- gui/wxpython/gui_modules/dbm.py     (revision 50681)
 +++ gui/wxpython/gui_modules/dbm.py     (working copy)
 @@ -546,7 +546,11 @@
              self.editable = True
          else:
              self.editable = False
 -
 +
 +        # FIXME: editing is currently broken on wingrass (bug #1270)
 +        if sys.platform == 'win32':
 +            self.editable = False
 +
          self.cmdLog     = log    # self.parent.goutput

          wx.Frame.__init__(self, parent, id, style=style)
 }}}


 Hamish

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



More information about the grass-dev mailing list