Anomalie #42
ferméError when QSphere plugin starts
100%
Description
Hi and thanks a lot for your work.
I would be interested to use you plugin for metadata management but unfortunately I get the error message below when I start the plugin.
I am using Windows 7 64bit, I tested with several version of QGIS (2.4.0 32 & 64bit, 2.5.0 64bit)installed with osgeo4w installer.
Thanks in advance,
Bruno
******
An error has occured while executing Python code:
Traceback (most recent call last):
File "C:/Users/Bruno/.qgis2/python/plugins\qsphere\qsphere.py", line 97, in clickMetaData
self.listTypeRessources, self.listCountries, self.indexCountry, self.listCountriesCode, self.localeFullName)
File "C:/Users/Bruno/.qgis2/python/plugins\qsphere\doUI.py", line 26, in init
self.setupUi(self)
File "C:/Users/Bruno/.qgis2/python/plugins\qsphere\ui_catalogue.py", line 34, in setupUi
self.ListOfConformities = LoadDefautValue(self, "file:/ressources/conformity_default.csv")
File "C:/Users/Bruno/.qgis2/python/plugins\qsphere\ui_catalogue.py", line 1511, in LoadDefautValue
zListData.append(u"%s" % (str(zVal)))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc8 in position 1: ordinal not in range(128)
Python version:
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]