<div dir="ltr"><div class="gmail_extra" style><font face="arial, helvetica, sans-serif">The error you are getting there is to do with the API change in 1.9 (the dev version). If you change </font></div><div class="gmail_extra" style>

<font face="arial, helvetica, sans-serif"><br></font></div><div class="gmail_extra" style><font face="arial, helvetica, sans-serif"><span style="color:rgb(0,0,0)">QgsMapLayerRegistry.instance()</span><span style="color:rgb(0,0,0)">.addMapLayer(layer)</span><br>

</font></div><div class="gmail_extra" style><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif"><br></font></span></div><div class="gmail_extra" style><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif">to </font></span></div>

<div class="gmail_extra" style><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif"><br></font></span></div><div class="gmail_extra" style><font face="arial, helvetica, sans-serif"><span style="color:rgb(0,0,0)">QgsMapLayerRegistry.instance()</span><span style="color:rgb(0,0,0)">.addMapLayers([layer])</span><span style="color:rgb(0,0,0)"><br>

</span></font></div><div class="gmail_extra" style><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif"><br></font></span></div><div class="gmail_extra" style><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif">it will work again.</font></span></div>

<div class="gmail_extra" style><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif"><br></font></span></div><div class="gmail_extra" style><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif">QGIS will use the Python installed with OSGeo4W, I don't think also having standalone copy of Python installed will cause any issues. </font></span></div>

<div class="gmail_extra" style><span style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif"><br></font></span></div><div class="gmail_extra" style><font color="#000000" face="arial, helvetica, sans-serif">- Nathan</font></div>

</div>