You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught error while executing algorithm
Traceback (most recent call last):
Traceback (most recent call last):
File "C:/OSGEO41/apps/qgis-dev/./python/plugins\processing\core\GeoAlgorithm.py", line 212, in execute
self.processAlgorithm(progress)
File "C:/Users/win7/.qgis2/python/plugins\processing_pttransform\UTM29NED50ToETR89PTTM06_Raster.py", line 77, in processAlgorithm
progress)
File "C:/OSGEO41/apps/qgis-dev/./python/plugins\processing\algs\gdal\GdalUtils.py", line 78, in runGdal
universal_newlines=False,
File "C:\OSGEO41\apps\Python27\lib\subprocess.py", line 711, in init
errread, errwrite)
File "C:\OSGEO41\apps\Python27\lib\subprocess.py", line 922, in _execute_child
args = '{} /c "{}"'.format (comspec, args)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 237: ordinal not in range(128)
2 commit comments
PedroVenancio commentedon Aug 7, 2014
Hi Alexander,
These changes do not fix the problem completely.
On Linux, everything ok.
On windows, the problem persists:
Uncaught error while executing algorithm
Traceback (most recent call last):
Traceback (most recent call last):
File "C:/OSGEO4
1/apps/qgis-dev/./python/plugins\processing\core\GeoAlgorithm.py", line 212, in execute1/apps/qgis-dev/./python/plugins\processing\algs\gdal\GdalUtils.py", line 78, in runGdalself.processAlgorithm(progress)
File "C:/Users/win7/.qgis2/python/plugins\processing_pttransform\UTM29NED50ToETR89PTTM06_Raster.py", line 77, in processAlgorithm
progress)
File "C:/OSGEO4
universal_newlines=False,
File "C:\OSGEO4
1\apps\Python27\lib\subprocess.py", line 711, in init1\apps\Python27\lib\subprocess.py", line 922, in _execute_childerrread, errwrite)
File "C:\OSGEO4
args = '{} /c "{}"'.format (comspec, args)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 237: ordinal not in range(128)
alexbruy commentedon Aug 7, 2014
Thanks for feedback, will look at this