I'm trying to run r.basin and I get the following error:<br>SECTION 1a (of 4): Initiating Memory.<br>SECTION 1b (of 4): Determining Offmap Flow.<br>SECTION 2: A * Search.<br>SECTION 3: Accumulating Surface Flow with SFD.<br>
SECTION 4: Closing Maps.<br>Writing out only positive flow accumulation values.<br>Cells with a likely underestimate for flow accumulation can no longer be identified.<br>Traceback (most recent call last):<br> File "/home/user/grassdata/addons/r.basin", line 663, in<br>
<module><br> sys.exit(main())<br> File "/home/user/grassdata/addons/r.basin", line 151, in<br>main<br> overwrite = True)<br> File "/usr/lib/grass64/etc/python/grass/script/core.py",<br>line 189, in run_command<br>
ps = start_command(*args, **kwargs)<br> File "/usr/lib/grass64/etc/python/grass/script/core.py",<br>line 177, in start_command<br> return Popen(args, **popts)<br> File "/usr/lib/grass64/etc/python/grass/script/core.py",<br>
line 56, in __init__<br> startupinfo, creationflags)<br> File "/usr/lib/python2.7/subprocess.py", line 679, in<br>__init__<br> errread, errwrite)<br> File "/usr/lib/python2.7/subprocess.py", line 1249, in<br>
_execute_child<br> raise child_exception<br>OSError: [Errno 2] No such file or directory<br>(Wed Nov 28 19:36:58 2012) Command finished (20 sec) <br><br>I'm running the latest OSGeolive. But I got the exact same error on Slackware 13 and CentOS 6<br>
<br>Thanks <br><br>