Hello Markus,<br><br>I have tried to iimplement the example in my way. The code is as follows<br><br>import os<br>import sys<br>import core as grass<br><br>def main():<br>    input_map = options[&#39;H:/Shared_data/test1.tif&#39;]<br>
    output_map = options[&#39;Test_24&#39;]<br>    ret = grass.run_command(&quot;r.in.gdal&quot;, input = input_map,  output = output_map)<br>    sys.exit(ret)<br><br> <br>if __name__ == &quot;__main__&quot;:<br>    options, flags = grass.parser()<br>
    main()<br><br>But I get the following error, I cant make out where I am going wrong. I have set all the Env variables as suggested in the wiki page. Please help me to implement it.<br><br><br>F:\GRASS-6-SVN\etc\python\grass\script&gt;python test.py<br>
Traceback (most recent call last):<br>  File &quot;test.py&quot;, line 18, in &lt;module&gt;<br>    options, flags = grass.parser()<br>  File &quot;F:\GRASS-6-SVN\etc\python\grass\script\core.py&quot;, line 359, in parser<br>
    os.execvp(&quot;g.parser.exe&quot;, [name] + argv)<br>  File &quot;F:\Quantum GIS\python\os.py&quot;, line 353, in execvp<br>    _execvpe(file, args)<br>  File &quot;F:\Quantum GIS\python\os.py&quot;, line 389, in _execvpe<br>
    func(fullname, *argrest)<br>OSError: [Errno 22] Invalid argument<br><br>With Regards<br>Bishwarup<br><br><br><br><div class="gmail_quote">On Wed, Mar 24, 2010 at 2:24 AM, Markus Neteler <span dir="ltr">&lt;<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Mon, Mar 22, 2010 at 1:28 PM, Bishwarup Banerjee<br>
&lt;<a href="mailto:bishwarup.banerjee@gmail.com">bishwarup.banerjee@gmail.com</a>&gt; wrote:<br>
&gt; Hi All,<br>
&gt;<br>
&gt; I want to call the grass functionalities from inside my python plugins, in<br>
&gt; QGIS<br>
&gt; For example: the Grass&#39;s raster to polygon script, with out going inside the<br>
&gt; grass plugin.<br>
&gt; Can I set the Grass Mapset, and location from inside my python plugin?<br>
&gt; Is this possible?<br>
<br>
</div>I think yes. See also<br>
<a href="http://grass.osgeo.org/wiki/GRASS_and_Python" target="_blank">http://grass.osgeo.org/wiki/GRASS_and_Python</a><br>
<br>
(@all: please extend the Wiki page!)<br>
<div class="im"><br>
&gt; my configurations are:<br>
&gt; QGIS 0.11, GRASS 6.3, python 2.5, Windows<br>
<br>
</div>Note that there are substantial improvements in GRASS 6.4+ for Python.<br>
<font color="#888888"><br>
Markus<br>
</font></blockquote></div><br>