Opened 10 years ago

Closed 10 years ago

#2330 closed defect (invalid)

r.proj - 'MapsetSelect' object has no attribute 'SetItems'

Reported by: madi Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: wxGUI Version: svn-releasebranch70
Keywords: r.proj Cc:
CPU: Unspecified Platform: Linux

Description

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

Change History (2)

comment:1 by annakrat, 10 years ago

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

comment:2 by madi, 10 years ago

Resolution: invalid
Status: newclosed

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

Note: See TracTickets for help on using tickets.