Dear List,<br>I&#39;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 &quot;r.lake&quot;) I had the following error:<br>
<br><div style="margin-left: 40px;">GRASS 6.5.svn (GAUSS_BOAGA_EST):~ &gt; r.lake<br>sh: ?: not found<br>Traceback (most recent call last):<br>  File &quot;/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/menuform.py&quot;, line 1983, in &lt;module&gt;<br>
    task = grassTask(cmd[0])<br>  File &quot;/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/menuform.py&quot;, line 324, in __init__<br>    processTask(tree = etree.fromstring(getInterfaceDescription(grassModule)),<br>
  File &quot;/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/menuform.py&quot;, line 1780, in getInterfaceDescription<br>    raise IOError, _(&quot;Unable to fetch interface description for command &#39;%s&#39;.&quot;) % cmd<br>
IOError: Unable to fetch interface description for command &#39;?&#39;.<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&#39;t understand &quot;what&quot; he cannot found and why.<br>
<br><br>Many thanks.<br>Yours, Annalisa<br><br><br><br>ps: I&#39; m trying to solve a similar problem on winGRASS too.. I have my python script and I&#39;d like it to run on winGRASS but after placing it in the &quot;script&quot; directory and invoking the command, I had the same identical error.. <br>