sourcepole / qgis-wps-client

GNU General Public License v2.0
13 stars 12 forks source link

ubuntu vivid problem: python error #1

Closed IvanMarchesini closed 8 years ago

IvanMarchesini commented 8 years ago

Hi, after more than one year I'm back to try to use the WPS client and I'm facing a problem. I'm able to install the plugin in Ubuntu vivid (15.04) but when I click on "connect" nothing happens and in the log panel I can see the following message:

2015-12-26T08:24:18 1 Traceback (most recent call last): File "/home/ivan/.qgis2/python/plugins/wps/QgsWpsDockWidget.py", line 131, in on_btnConnect_clicked self.dlg.initQgsWpsGui() File "/home/ivan/.qgis2/python/plugins/wps/qgswpsgui.py", line 71, in initQgsWpsGui myIndex = pyint(settings.value("WPS-lastConnection/Index", "Index")) File "/home/ivan/.qgis2/python/plugins/wps/apicompat/sipv2/compat.py", line 36, in pyint return int(qvar) ValueError: invalid literal for int() with base 10: 'Index'

Many thanks

Ivan