<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>Hi @all,<br>with the weekly build from february this code works:<br><span style="font-family: courier new,courier,monospace;">import processing</span><br><span style="font-family: courier new,courier,monospace;">processing.runalg('gdal:convertformat',"d:/test/mydxf.dxf", 0, opt , "d:/test/myshp.shp")</span><br></p><p>Now I test the weekly build "<a href="https://github.com/qgis/QGIS/commit/c1d339c"><span style="color: rgb(0, 0, 255); text-decoration: underline;">c1d339c</span></a>"  and it does not work:<br><span style="font-family: courier new,courier,monospace;">Error: AttributeError: module 'processing' has no attribute 'runalg'</span><br></p><p><span style="font-family: arial,helvetica,sans-serif;">Unfortunately, I found in the net no example how to use the new version of the processing for (ogr) convert dxf to shape.</span></p><p><span style="font-family: arial,helvetica,sans-serif;">Greatings Mike<br></span></p><blockquote><p>EZUSoft <qgis@makobo.de> hat am 27. März 2017 um 16:56 geschrieben:</p><p>Hi,<br>thanks for answer.<br>processing.runalg('gdal:convertformat' ...<br>This works (in the principle).</p><p>Greatings Mike</p><blockquote><p>DelazJ <delazj@gmail.com> hat am 27. März 2017 um 10:41 geschrieben:</p><p>Hi,<br>It's because gdalogr no longer exists in 3.0, use instead gdal. You could to run processing.alglist() to get the write syntax of functions.</p><p>Regards,<br>Harrissou</p><p>2017-03-27 9:05 GMT+02:00 EZUSoft <qgis@makobo.de>:</p><blockquote><p>Hi @all,<br> i can not use the "gdalogr"-Processing in QGIS 3.0 (2.99) QGIS code revision 1182816</p><p>import processing<br> processing.runalg('gdalogr:convertformat','', 0, '' ,'')<br> Error: Algorithm not found</p><p>Does anyone know whats going wrong?</p><p>Greatings Mike</p><p>_______________________________________________<br> Qgis-developer mailing list<br> Qgis-developer@lists.osgeo.org<br> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></p></blockquote></blockquote></blockquote></body></html>