[GRASS-dev] [GRASS GIS] #3800: g.gui.gcp Wizard fails

GRASS GIS trac at osgeo.org
Mon Mar 25 08:03:16 PDT 2019


#3800: g.gui.gcp Wizard fails
----------------------------+-------------------------
 Reporter:  nila            |      Owner:  grass-dev@…
     Type:  defect          |     Status:  new
 Priority:  critical        |  Milestone:
Component:  wxGUI           |    Version:  unspecified
 Keywords:  georeferencing  |        CPU:  x86-64
 Platform:  MacOSX          |
----------------------------+-------------------------
 The g.gui.gcp Wizard fail with 7.6.0 due to two problem. One is fixed in
 trunk (grass/trunk/gui/wxpython/gcp/manager.py:43-48) and is namespace
 related.


 The other issue is caused by the line
 [https://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gcp/manager.py?rev=73229#L2178]
 {{{
     self.InsertColumnInfo(idx_col, info)
 }}}

 which fails with the message "'''GCPList' object has no attribute
 'InsertColumnInfo'''"

 replacing this with:
 {{{
     self.InsertColumn(idx_col, info)
 }}}
 solves the problem for me.


 Tested with GRASS GIS 7.6.0 | Python 2.7.15 | wxPython 4.0.3

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/3800>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list