NaturalGIS / naturalgis_ntv2_transformations

A plugin for the QGIS Processing toolbox to allow users do Datum transformations with NTv2 grids
Other
14 stars 8 forks source link

UnicodeEncodeError with QGIS 2.16 #19

Closed jguelat closed 8 years ago

jguelat commented 8 years ago

I'm getting an error when opening QGIS 2.16 if the plugin ntv2_transformations is activated. The error message is the following:

An error occurred during execution of following code: _import pyplugininstaller

UnicodeEncodeError: 'ascii' codec can't encode character u'\xe2' in position 195: ordinal not in range(128)

And then another error is displayed (which I guess is related to the previous one):

An error occurred during execution of following code: _pyplugininstaller.initPluginInstaller()

Traceback (most recent call last): File "", line 1, in _NameError: name 'pyplugininstaller' is not defined

Python version: 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]

QGIS version: 2.16.0-Nødebo 'Nødebo', d0b3e39

gioman commented 8 years ago

Please check if inside ".qgis2/python/plugins" you have a "processing" folder, if yes delete it and restart QGIS.

gioman commented 8 years ago

apparently a QGIS issue: http://hub.qgis.org/issues/15256