[GRASS-dev] [GRASS GIS] #2730: wxGUI: wx.metadata/wx.mwprecip/etc: Unable to fetch interface description for command 'wx.metadata'
GRASS GIS
trac at osgeo.org
Thu Aug 27 02:51:38 PDT 2015
#2730: wxGUI: wx.metadata/wx.mwprecip/etc: Unable to fetch interface description
for command 'wx.metadata'
---------------------------------------------+-------------------------
Reporter: mlennert | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.2
Component: wxGUI | Version: svn-trunk
Keywords: interface-description toolboxes | CPU: Unspecified
Platform: Unspecified |
---------------------------------------------+-------------------------
Apparently, at start up, the wxGUI tries to get interface descriptions of
all addon modules. To do this, it (core/toolboxes.py) uses the name of the
addon. However, some addons are not modules, but GUI toolboxes that might
contain modules, and as such they do not provide interface descriptions.
This is the case, for example, with wx.metadata and wx.mwprecip which lead
to
{{{
WARNING: Some addons failed when loading. Please consider to update your
addons by running 'g.extension.all -f'.
}}}
I don't really understand why this has to be called at all when the user
does not have any toolboxes defined...
Verified in trunk and release70.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2730>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list