Bug report #15626

Updated by Giovanni Manghi over 6 years ago

The batch mode of GDAL tools (Raster menu) does no longer work under qgis 2.16 (Linux and Windows). translate and warp write the following error messages:



<pre>

back (most recent call last):

File "/usr/share/qgis/python/plugins/GdalTools/tools/widgetBatchBase.py", line 73, in onRun

self.batchRun()

File "/usr/share/qgis/python/plugins/GdalTools/tools/doTranslate.py", line 306, in batchRun

self.runItem(self.batchIndex, self.batchTotal)

File "/usr/share/qgis/python/plugins/GdalTools/tools/widgetBatchBase.py", line 107, in runItem

self.base.refreshArgs(args)

TypeError: native Qt signal is not callable

</pre>



Under QGIS 2.14 it works. Although I replace the @/python/plugins/GdalTools@ with the python-files from 2.16 version with the files form 2.14 it works in QGIS 2.16



Claas

Back