[GRASS-user] r.stream.* addons issue
Bulent Arikan
bulent.arikan at gmail.com
Fri Oct 18 10:46:34 PDT 2013
Dear List,
I am trying to add on several (r.stream.*) modules from (http://grasswiki.osgeo.org/wiki/AddOns/GRASS_6). 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 (https://svn.osgeo.org/grass/grass-addons/grass6/raster/r.stream.basins), I keep the prefix path at default ($GRASS_ADDON_PATH) (GRASS should ignore this anyway because of the -s flag)
I am getting the error below:
Traceback (most recent call last):
File "/Applications/GRASS_6.4.3/GRASS-6.4.3.app/Contents/M
acOS/etc/gui/scripts/g.extension.py", line 828, in <module>
sys.exit(main())
File "/Applications/GRASS_6.4.3/GRASS-6.4.3.app/Contents/M
acOS/etc/gui/scripts/g.extension.py", line 817, in main
install_extension()
File "/Applications/GRASS_6.4.3/GRASS-6.4.3.app/Contents/M
acOS/etc/gui/scripts/g.extension.py", line 499, in
install_extension
ret = install_extension_other()
File "/Applications/GRASS_6.4.3/GRASS-6.4.3.app/Contents/M
acOS/etc/gui/scripts/g.extension.py", line 520, in
install_extension_other
gui_list = list_wxgui_extensions(print_module = False)
File "/Applications/GRASS_6.4.3/GRASS-6.4.3.app/Contents/M
acOS/etc/gui/scripts/g.extension.py", line 273, in
list_wxgui_extensions
f = urlopen(url)
File "/System/Library/Frameworks/Python.framework/Versions
/2.6/lib/python2.6/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/System/Library/Frameworks/Python.framework/Versions
/2.6/lib/python2.6/urllib2.py", line 397, in open
response = meth(req, response)
File "/System/Library/Frameworks/Python.framework/Versions
/2.6/lib/python2.6/urllib2.py", line 510, in http_response
'http', request, response, code, msg, hdrs)
File "/System/Library/Frameworks/Python.framework/Versions
/2.6/lib/python2.6/urllib2.py", line 435, in error
return self._call_chain(*args)
File "/System/Library/Frameworks/Python.framework/Versions
/2.6/lib/python2.6/urllib2.py", line 369, in _call_chain
result = func(*args)
File "/System/Library/Frameworks/Python.framework/Versions
/2.6/lib/python2.6/urllib2.py", line 518, in
http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found
I tried adding on r.stream.distance as well but I am getting a similar error. Any suggestions?
Thank you,
BÜLENT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20131018/b5591cbd/attachment.html>
More information about the grass-user
mailing list