<div dir="ltr">Thank you very much Goyo, <div>that solved my problem!</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/12 Goyo <span dir="ltr"><<a href="mailto:goyodiaz@gmail.com" target="_blank">goyodiaz@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2013/9/12 miguel_lagos <<a href="mailto:miguel.lagos.z@gmail.com">miguel.lagos.z@gmail.com</a>>:<br>
<div class="im"><br>
>   File<br>
> "C:/Users/SONY/.qgis//python/plugins\sextante\parameters\ParameterRaster.py",<br>
> line 76, in setValue<br>
>     return os.path.exists(self.value)<br>
> NameError: global name 'os' is not defined<br>
<br>
</div>Looks like a bug in sextante plugin. If updating it does not solve the<br>
issue try editing<br>
<div class="im">C:/Users/SONY/.qgis//python/plugins\sextante\parameters\ParameterRaster.py<br>
</div>and add "import os" after the license notice and before __author__,<br>
like this:<br>
<br>
................<br>
*   This program is free software; you can redistribute it and/or modify  *<br>
*   it under the terms of the GNU General Public License as published by  *<br>
*   the Free Software Foundation; either version 2 of the License, or     *<br>
*   (at your option) any later version.                                   *<br>
*                                                                         *<br>
***************************************************************************<br>
"""<br>
import os<br>
<br>
__author__ = 'Victor Olaya'<br>
................<br>
<span class="HOEnZb"><font color="#888888"><br>
Goyo<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Miguel Lagos<br>89813896<br><div><br></div><div><span style="border-collapse:collapse;color:rgb(34,34,34);font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:13px;line-height:12px"><span style="font-size:11px">"</span><i>Ustedes han recibido gratuitamente, den también gratuitamente". Mt.10-8 </i></span></div>

</div>