Hi, On 22 July 2013 12:18, Helmut Kudrnovsky <[email protected]> wrote: > hi, > > system here: > > System Info > GRASS version: 7.0.svn > GRASS SVN Revision: 57202 > Build Date: 2013-07-18 > GIS Library Revision: 56211 (2013-05-12) > GDAL/OGR: 1.9.2 > PROJ.4: 4.8.0 > GEOS: 3.3.6dev > SQLite: 3.7.10 > Python: 2.7.4 > wxPython: 2.8.12.1 > Platform: Windows-7-6.1.7601-SP1 (OSGeo4W) > > it seems that g.extension.py is called when grass7-wxgui is started. > Since r57144 menu can contain an entry which will show the list of installed addons. In the current version, the addons entry is included in Search module (in module tree) if some addons are installed.
[1] http://trac.osgeo.org/grass/changeset/57144 > is this needed? g.extension is needed to list installed addons. If this is a problem, installed addons can be retrieved from XML in addons directory (calling `g.extension -a` is simpler, but parsing XML is also possible). Some days ago there was a bug in usage of find_program function which in turn caused triggering of compilation by g.extension. This was causing the compilation in current directory when starting wxGUI (at least under linux). This is fixed now. Vaclav > > > > ----- > best regards > Helmut > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/g-extension-py-at-win-grass7-wxgui-startup-needed-tp5067923.html > Sent from the Grass - Dev mailing list archive at Nabble.com. > _______________________________________________ > grass-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-dev _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
