[GRASS-dev] [GRASS GIS] #2330: r.proj - 'MapsetSelect' object has no attribute 'SetItems'

#2330: r.proj - 'MapsetSelect' object has no attribute 'SetItems'
-------------------------+--------------------------------------------------
Reporter: madi | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-releasebranch70
Keywords: r.proj | Platform: Linux
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
r.proj from GUI (G 7.0.svn, linux) -> filling the tab "required" ->
selecting "location containing input raster map" -> in the terminal
appears the following error message:

{{{
:~ > r.proj
Traceback (most recent call last):
   File
"/space/gis/grass_trunk/grass-7.0.svn/etc/gui/wxpython/gui_core/forms.py",
line 1964, in OnUpdateDialog
     fn(**kwargs)
   File
"/space/gis/grass_trunk/grass-7.0.svn/etc/gui/wxpython/gui_core/gselect.py",
line 1111, in UpdateItems
     self.SetItems(self._getMapsets())
AttributeError: 'MapsetSelect' object has no attribute 'SetItems'
}}}

and in fact, the selected location is not recognized, thus when going to
fill next tab "Source", the "mapset containing input raster map" field
browses within the mapsets present in the current location instead of the
selected one.

Thanks,
madi

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

#2330: r.proj - 'MapsetSelect' object has no attribute 'SetItems'
-------------------------+--------------------------------------------------
Reporter: madi | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-releasebranch70
Keywords: r.proj | Platform: Linux
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by annakrat):

Hm, I don't get any error. Moreover, `MapsetSelect` has method `SetItems`
in current svn. Do you use updated version of grass7?

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

#2330: r.proj - 'MapsetSelect' object has no attribute 'SetItems'
----------------------+-----------------------------------------------------
  Reporter: madi | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-releasebranch70
Resolution: invalid | Keywords: r.proj
  Platform: Linux | Cpu: Unspecified
----------------------+-----------------------------------------------------
Changes (by madi):

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

Comment:

Oops.. sorry you're right (not the usual machine that i use). closing.

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