<div>Hi,</div><div> </div><div> I am trying to use the Gdal 'clipper' tool to 'carve out' a portion on the basis of a vector shapefile. However, whenever I am trying to use the vector shapefile as the 'mask layer' I am getting this error message -</div>
<div> </div><div>'Traceback (most recent call last):<br>  File "C:/OSGeo4W/apps/qgis/./python/plugins\GdalTools\tools\widgetPluginBase.py", line 28, in someValueChanged<br>    self.emit(SIGNAL("valuesChanged(const QStringList &)"), self.getArguments())<br>
  File "C:/OSGeo4W/apps/qgis/./python/plugins\GdalTools\tools\doClipper.py", line 105, in getArguments<br>    return self.getArgsModeMask()<br>  File "C:/OSGeo4W/apps/qgis/./python/plugins\GdalTools\tools\doClipper.py", line 143, in getArgsModeMask<br>
    if self.alphaBandCheck.isChecked():<br>TypeError: 'sip.methoddescriptor' object is not callable<br><br>Python version:<br>2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]<br><br><br>QGIS version:<br>
1.7.2-Wroclaw Wroclaw, 32e5ead<br><br>Python path: ['C:/OSGeo4W/apps/qgis/./python', 'C:/Users/indicus-pc-27/.qgis/python', 'C:/Users/indicus-pc-27/.qgis/python/plugins', 'C:/OSGeo4W/apps/qgis/./python/plugins', 'C:\\OSGeo4W\\bin\\python25.zip', 'C:\\OSGeo4W\\apps\\Python25\\DLLs', 'C:\\OSGeo4W\\apps\\Python25\\lib', 'C:\\OSGeo4W\\apps\\Python25\\lib\\plat-win', 'C:\\OSGeo4W\\apps\\Python25\\lib\\lib-tk', 'C:\\OSGeo4W\\apps\\qgis\\bin', 'C:\\OSGeo4W\\apps\\Python25', 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages', 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\win32', 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\win32\\lib', 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\Pythonwin', 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\wx-2.8-msw-unicode', 'C:\\Users\\indicus-pc-27\\.qgis\\python\\plugins\\mmqgis/forms', 'C:\\OSGeo4W\\apps\\qgis\\python\\plugins\\fTools\\tools']<br clear="all">
<br>-- <br></div><div>Can anyone tell me where I am going wrong? Thanks for your help.</div><div> </div><div>Thanks,</div><div>Tilo</div>