[GRASS-dev] Fwd: [GRASS-user] TR : Extensions

Markus Neteler neteler at osgeo.org
Wed Jul 24 09:49:31 PDT 2019


Hi devs,

Could a Dev please take care of this change request?
I'm still traveling, thanks.

Markus


---------- Forwarded message ---------
Von: Maria Cecilia Zalazar <zalazarmariacecilia at gmail.com>
Date: Mi., 24. Juli 2019, 17:51
Subject: Re: [GRASS-user] TR : Extensions
To: marie-joëlle desgagné <mjdesgagne at hotmail.com>
Cc: grass-user at lists.osgeo.org <grass-user at lists.osgeo.org>


Hello. I've been suggested this workaround and now Its works fine:

Locate the g.extension.py script, copy and rename it and modify one line
(search for cz). (You'll need an editor like Notepad++ to avoid issues with
carriage returns). Then run using File > Launch Script.

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]} # comment this out
            'patch': 'svn'} # add this

El mar., 23 de jul. de 2019 a la(s) 21:31, marie-joëlle desgagné (
mjdesgagne at hotmail.com) escribió:

> I modified the lines 936 to 941 in the g.extension and now I am able to
> download the precompiled GRASS Addons. The problem was in the base url
> mentionned in the g.extension script. I am wondering if it has an impact
> when I try to launch the _GRASS scripts though.
>
> ------------------------------
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20190724/1c306315/attachment.html>


More information about the grass-dev mailing list