<div dir="ltr"><div><div>Solved<br>In reality the error was in the beginning of the code and it was due to not set the QgsApplication.setPrefixPath (in ubuntu 12.04 /usr )<br><br><br>import sys<br>import os<br>from qgis import *<br>
from qgis.core import *<br>QgsApplication.setPrefixPath("/usr", True)<br>QgsApplication.initQgis()<br>shpA = QgsVectorLayer('/home/selv/tmp/for_clip.shp' , "layerA", "ogr")<br>shpA.isValid()<br>
True<br><br></div><div>thanks<br><br><br></div><div><br><br><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 19 August 2013 15:08, Giuseppe Amatulli <span dir="ltr"><<a href="mailto:giuseppe.amatulli@gmail.com" target="_blank">giuseppe.amatulli@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi,<br></div>i'm trying to create a script that use qgis api to do an intersection between two shp .<br>
</div>The script works fine in the Qgis python console returning "true" and creating the intersect <br>
</div>shp, instead in the python console returns "false"  <br><br>from qgis.core import *<br>from qgis import *<br>import qgis.utils<br>from qgis import analysis<br>from qgis.analysis import * <br><br>QgsApplication.initQgis()<br>

<br>shpA = QgsVectorLayer("/home/selv/tmp/for_clip.shp" , "layerA", "ogr")<br>shpB = QgsVectorLayer("/home/selv/tmp/bug5598.shp"   , "layerB", "ogr")<br>QgsOverlayAnalyzer().intersection( shpA , shpB  , "/home/selv/tmp/test.shp")<br>

<br></div>so after this lines i get <br></div>true in the qgis python console (the intersect shp is created)<br></div>false in the python console        (the intersect shp is not created)<div><div><div><div><div><div><div>

<br></div><div>Should i load other modules? or do i missing something else? <br></div><div><br></div><div>Thanks<br></div><div>Regards<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>
Giuseppe<br></div><div><br><br>-- <br>Giuseppe Amatulli<br>Web: <a href="http://www.spatial-ecology.net" target="_blank">www.spatial-ecology.net</a>
</div></font></span></div></div></div></div></div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Giuseppe Amatulli<br>Web: <a href="http://www.spatial-ecology.net" target="_blank">www.spatial-ecology.net</a>
</div>