<div dir="ltr">hmmm, that was fixed in here<div><br></div><div><a href="https://github.com/qgis/QGIS/commit/9733ae8e50f0e0f40bbf32931e5670ff39d3e6fd">https://github.com/qgis/QGIS/commit/9733ae8e50f0e0f40bbf32931e5670ff39d3e6fd</a></div>
<div><br></div><div>See how the line that your error trace mentions, it is not the same now. The fix is from two months ago...so I guess you have an outdated version, or maybe the latest one but somehow shadowed by an older installation of Processing?</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-07-20 21:32 GMT+02:00 Anita Graser <span dir="ltr"><<a href="mailto:anitagraser@gmx.at" target="_blank">anitagraser@gmx.at</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
On nightly, I only get the following error when I try to use Select<br>
from open layers to configure batch processing:<br>
<br>
Traceback (most recent call last):<br>
  File "C:/Users/anita_000/.qgis2/python/plugins\processing\gui\BatchInputSelectionPanel.py",<br>
line 93, in showLayerSelectionDialog<br>
    self.text.setText(layers[selected[0]])<br>
TypeError: QLineEdit.setText(QString): argument 1 has unexpected type<br>
'QgsVectorLayer'<br>
<br>
<br>
Python version:<br>
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]<br>
<br>
<br>
QGIS version:<br>
2.5.0-Master Master, 57dcfca<br>
<br>
Python path: ['C:/Users/anita_000/.qgis2/python/plugins\\processing',<br>
'C:/OSGEO4~1/apps/qgis-dev/./python',<br>
u'C:/Users/anita_000/.qgis2/python',<br>
u'C:/Users/anita_000/.qgis2/python/plugins',<br>
'C:/OSGEO4~1/apps/qgis-dev/./python/plugins',<br>
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\distribute-0.6.49-py2.7.egg',<br>
'C:\\OSGEO4~1\\bin\\python27.zip',<br>
'C:\\OSGEO4~1\\apps\\Python27\\DLLs',<br>
'C:\\OSGEO4~1\\apps\\Python27\\lib',<br>
'C:\\OSGEO4~1\\apps\\Python27\\lib\\plat-win',<br>
'C:\\OSGEO4~1\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGEO4~1\\bin',<br>
'C:\\OSGEO4~1\\apps\\Python27',<br>
'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\jinja2-2.7.2-py2.7.egg',<br>
'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\markupsafe-0.23-py2.7-win-amd64.egg',<br>
'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\pytz-2012j-py2.7.egg',<br>
'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\shapely-1.2.18-py2.7-win-amd64.egg',<br>
'c:\\osgeo4~1\\apps\\python27\\lib\\site-packages\\six-1.3.0-py2.7.egg',<br>
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages',<br>
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\PIL',<br>
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32',<br>
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\win32\\lib',<br>
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\Pythonwin',<br>
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\setuptools-0.6c11-py2.7.egg-info',<br>
'C:\\OSGEO4~1\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',<br>
'C:\\Users\\anita_000\\.qgis2\\python\\plugins\\mmqgis/forms',<br>
'~/.qgis/python', '.',<br>
'C:\\OSGEO4~1\\apps\\qgis-dev\\python\\plugins\\fTools\\tools',<br>
'C:/Users/anita_000/Dropbox/Qgis2Cookbook/Data']<br>
<br>
Should I open a ticket?<br>
<br>
Best wishes,<br>
Anita<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div><br></div>