<div dir="ltr">Sorry, i figured it out, i was using the calls in the wrong order, the correct sequence is the following:<div><br></div><div><div>app = QgsApplication([], True)</div><div>QgsApplication.setPrefixPath(qgishome, True)</div><div>QgsApplication.initQgis()</div></div><div><br></div><div>att,</div><div>Danilo</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-15 15:32 GMT-03:00 Danilo da Silveira Figueira <span dir="ltr"><<a href="mailto:danilomalzao@hotmail.com" target="_blank">danilomalzao@hotmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I´m planing to use some features of the Qgis in my python script.</div><div>i am using the function QgsVectorLayer.loadSldStyle that returns true but the result of the QgsVectorLayer.rendererV2 not works when i am using the script outside of the QGIs. How can i solve this?</div><div>I already have tried adding the following calls to my script:</div><div><br></div><div><div>QgsApplication.setPrefixPath("qgis_path", True)</div><div>QgsApplication.initQgis()</div><div>app = QgsApplication([], True)</div></div><div><br></div><div>Thanks u all.</div></div>
</blockquote></div><br></div>