<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear List,<div><br></div><div>I am trying to add on several (r.stream.*) modules from (<a href="http://grasswiki.osgeo.org/wiki/AddOns/GRASS_6">http://grasswiki.osgeo.org/wiki/AddOns/GRASS_6</a>). I am running Mac OS 10.8.5 and I tried this both in GRASS 6.4.3 and 6.5 (latest builds by Michael Barton). I tried both typing the command into GUI and using g.extension (both command dialog and fetch&install methods). In g.extension, I type the name of the extension (r.stream.basins), check -s flag (install system-wide, provide the SVN URL (<span style="font-family: 'Lucida Grande'; font-size: 13px; "><a href="https://svn.osgeo.org/grass/grass-addons/grass6/raster/r.stream.basins">https://svn.osgeo.org/grass/grass-addons/grass6/raster/r.stream.basins</a></span>), I keep the prefix path at default (<span style="font-family: 'Lucida Grande'; font-size: 13px; ">$GRASS_ADDON_PATH</span>) (GRASS should ignore this anyway because of the -s flag)</div><div><br></div><div>I am getting the error below:</div><div><br></div><div><div style="margin: 0px; "><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">Traceback (most recent call last):</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">  File "/Applications/GRASS_6.4.3/GRASS-6.4.3.app/Contents/M</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">acOS/etc/gui/scripts/g.extension.py", line 828, in <module></span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">    sys.exit(main())</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">  File "/Applications/GRASS_6.4.3/GRASS-6.4.3.app/Contents/M</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">acOS/etc/gui/scripts/g.extension.py", line 817, in main</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">    install_extension()</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">  File "/Applications/GRASS_6.4.3/GRASS-6.4.3.app/Contents/M</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">acOS/etc/gui/scripts/g.extension.py", line 499, in</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">install_extension</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">    ret = install_extension_other()</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">  File "/Applications/GRASS_6.4.3/GRASS-6.4.3.app/Contents/M</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">acOS/etc/gui/scripts/g.extension.py", line 520, in</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">install_extension_other</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">    gui_list = list_wxgui_extensions(print_module = False)</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">  File "/Applications/GRASS_6.4.3/GRASS-6.4.3.app/Contents/M</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">acOS/etc/gui/scripts/g.extension.py", line 273, in</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">list_wxgui_extensions</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">    f = urlopen(url)</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">  File "/System/Library/Frameworks/Python.framework/Versions</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">/2.6/lib/python2.6/urllib2.py", line 126, in urlopen</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">    return _opener.open(url, data, timeout)</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">  File "/System/Library/Frameworks/Python.framework/Versions</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">/2.6/lib/python2.6/urllib2.py", line 397, in open</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">    response = meth(req, response)</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">  File "/System/Library/Frameworks/Python.framework/Versions</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">/2.6/lib/python2.6/urllib2.py", line 510, in http_response</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">    'http', request, response, code, msg, hdrs)</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">  File "/System/Library/Frameworks/Python.framework/Versions</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">/2.6/lib/python2.6/urllib2.py", line 435, in error</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">    return self._call_chain(*args)</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">  File "/System/Library/Frameworks/Python.framework/Versions</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">/2.6/lib/python2.6/urllib2.py", line 369, in _call_chain</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">    result = func(*args)</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">  File "/System/Library/Frameworks/Python.framework/Versions</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">/2.6/lib/python2.6/urllib2.py", line 518, in</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">http_error_default</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)</span></font></div><div style="margin: 0px; "><font face="Lucida Grande"><span style="font-size: 13px;">urllib2.HTTPError: HTTP Error 404: Not Found</span></font></div></div></div><div><br></div><div> </div><div>I tried adding on r.stream.distance as well but I am getting a similar error. Any suggestions?</div><div><br></div><div>Thank you,</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">BÜLENT <br><br><br></div></span></div></span>
</div>

<br></div></body></html>