<div>Greetings</div>
<div> </div>
<div>I have developed a Script to import Landsat images that runs just fine in Linux</div>
<div> </div>
<div>But when I compile (Msys)  with this expressioN:</div>
<div>make -C r.in.landsat MODULE_TOPDIR=/C/OSGeo4W/usr/src/grass-6.4.svn_src_snapshot_2010_09_04<br></div>
<div> </div>
<div>and run in GRASS I get this error:</div>
<div> </div>
<div>Traceback (most recent call last):<br>  File &quot;C:/OSGeo4W/apps/grass/grass-6.4.1svn/etc/wxpython/wx<br>gui.py&quot;, line 486, in OnRunCmd</div>
<div>self.goutput.RunCmd(cmd, switchPage=False)<br>  File &quot;C:\OSGeo4W\apps\grass\grass-6.4.1svn\etc\wxpython\gu<br>i_modules\goutput.py&quot;, line 368, in RunCmd</div>
<div>menuform.GUI().ParseCommand(cmdlist, parentframe=self)<br>  File &quot;C:\OSGeo4W\apps\grass\grass-6.4.1svn\etc\wxpython\gu<br>i_modules\menuform.py&quot;, line 1866, in ParseCommand</div>
<div>xml.sax.parseString(getInterfaceDescription(cmd[0]).decode(e<br>nc).split(&#39;\n&#39;,1)[1].replace(&#39;&#39;, &#39;&lt;?xml version=&quot;1.0&quot;<br>encoding=&quot;utf-8&quot;?&gt;\n&#39;, 1).encode(&quot;utf-8&quot;),<br>
IndexError<br>:<br>list index out of range<br></div>
<div>1- Is my compilation expression correct? </div>
<div> </div>
<div>2- What am I missing on this?</div>
<div>Thanks</div>
<div>Helena</div>