[GRASS-dev] [GRASS GIS] #3455: Grass 7.2.1 returns "Extension(...)not found" when installing addon
GRASS GIS
trac at osgeo.org
Tue Jul 23 03:55:01 PDT 2019
#3455: Grass 7.2.1 returns "Extension(...)not found" when installing addon
--------------------------+-------------------------
Reporter: bcbernardo | Owner: grass-dev@…
Type: defect | Status: reopened
Priority: normal | Milestone: 7.2.4
Component: Addons | Version: 7.4.0
Resolution: | Keywords:
CPU: Unspecified | Platform: MSWindows
--------------------------+-------------------------
Comment (by vinhussey):
Copy scripts/g.extension.py to another location. Change as below. Run from
File > Launch Script. It now works.
{{{
base_url = "http://wingrass.fsv.cvut.cz/" \
"grass%(major)s%(minor)s/%(platform)s/addons/" \
"grass-%(major)s.%(minor)s.%(patch)s" % \
{'platform': platform,
'major': version[0], 'minor': version[1],
#'patch': version[2]}
'patch': 'svn'}
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3455#comment:6>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list