Dear List,<br>I'm using GRASS 6.5 -wxpython, just compiled last sunday and I found a (maybe) stupid block:<br>when I run r.lake from the line command of the layer manager, the module (and its interface) starts up without problems but when I try to run it from shell (typing simply "r.lake") I had the following error:<br>
<br><div style="margin-left: 40px;">GRASS 6.5.svn (GAUSS_BOAGA_EST):~ > r.lake<br>sh: ?: not found<br>Traceback (most recent call last):<br> File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/menuform.py", line 1983, in <module><br>
task = grassTask(cmd[0])<br> File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/menuform.py", line 324, in __init__<br> processTask(tree = etree.fromstring(getInterfaceDescription(grassModule)),<br>
File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/menuform.py", line 1780, in getInterfaceDescription<br> raise IOError, _("Unable to fetch interface description for command '%s'.") % cmd<br>
IOError: Unable to fetch interface description for command '?'.<br></div><br><br>What does it mean? I tried to have a look to the menuform.py script and the function getInterfaceDescription.. but I don't understand "what" he cannot found and why.<br>
<br><br>Many thanks.<br>Yours, Annalisa<br><br><br><br>ps: I' m trying to solve a similar problem on winGRASS too.. I have my python script and I'd like it to run on winGRASS but after placing it in the "script" directory and invoking the command, I had the same identical error.. <br>