Closed jguelat closed 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
Please check if inside ".qgis2/python/plugins" you have a "processing" folder, if yes delete it and restart QGIS.
apparently a QGIS issue: http://hub.qgis.org/issues/15256
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