включаю Sextante commander:
Ошибка при выполнении сценария Python:
Traceback (most recent call last):
File "D:/QGIS Weekly/apps/qgis-dev/./python/plugins\sextante\SextantePlugin.py", line 118, in openCommander
self.commander = CommanderWindow(self.iface.mainWindow(), self.iface.mapCanvas())
File "D:/QGIS Weekly/apps/qgis-dev/./python/plugins\sextante\commander\CommanderWindow.py", line 46, in __init__
self.commands = imp.load_source("commands", self.commandsFile())
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-13: ordinal not in range(128)
Версия Python:
2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]
Версия:
1.9.0-Master Master, d2af494
Путь поиска Python: ['D:/QGIS Weekly/apps/qgis-dev/./python/plugins\\sextante', 'D:/QGIS Weekly/apps/qgis-dev/./python/plugins\\processing', 'D:/QGIS Weekly/apps/qgis-dev/./python', 'C:\\Users\\\xc8\xf0\xe8\xed\xe0 \xd1\xfb\xf2\xe8\xed\xe0/.qgis2/python', 'C:\\Users\\\xc8\xf0\xe8\xed\xe0 \xd1\xfb\xf2\xe8\xed\xe0/.qgis2/python/plugins', 'D:/QGIS Weekly/apps/qgis-dev/./python/plugins', 'D:\\QGIS Weekly\\bin\\python27.zip', 'D:\\QGIS Weekly\\apps\\Python27\\DLLs', 'D:\\QGIS Weekly\\apps\\Python27\\lib', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\plat-win', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\lib-tk', 'D:\\QGIS Weekly\\bin', 'D:\\QGIS Weekly\\apps\\Python27', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\PIL', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\win32', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\win32\\lib', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\Pythonwin', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode', 'D:\\QGIS Weekly\\apps\\qgis-dev\\python\\plugins\\fTools\\tools']
А при включении SAGA - morphometry -Convergence Index выплывает это....
Traceback (most recent call last):
File "D:/QGIS Weekly/apps/qgis-dev/./python/plugins\sextante\core\GeoAlgorithm.py", line 150, in execute
self.processAlgorithm(progress)
File "D:/QGIS Weekly/apps/qgis-dev/./python/plugins\sextante\saga\SagaAlgorithm.py", line 323, in processAlgorithm
SagaUtils.executeSaga(progress);
File "D:/QGIS Weekly/apps/qgis-dev/./python/plugins\sextante\saga\SagaUtils.py", line 114, in executeSaga
proc = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, stdin=subprocess.PIPE,stderr=subprocess.STDOUT, universal_newlines=True).stdout
File "D:\QGIS Weekly\apps\Python27\lib\subprocess.py", line 711, in __init__
errread, errwrite)
File "D:\QGIS Weekly\apps\Python27\lib\subprocess.py", line 922, in _execute_child
args = '{} /c "{}"'.format (comspec, args)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 24-28: ordinal not in range(128)[/spoiler]
ЗАТЕМ
Спойлер
Missing dependency.This algorithm cannot be run 
This algorithm requires SAGA to be run.Unfortunately, it seems that SAGA is not installed in your system, or it is not correctly configured to be used from QGIS
Click here to know more about how to install and configure SAGA to be used with SEXTANTE
При этом к саге у меня путь проложен, но при изменении пути и нажатии ПРИНЯТЬ то идет такая ошибка
Ошибка при выполнении сценария Python:
Traceback (most recent call last):
File "D:/QGIS Weekly/apps/qgis-dev/./python/plugins\sextante\gui\ConfigDialog.py", line 120, in accept
setting.value = str(self.items[setting].text(1))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-13: ordinal not in range(128)
Версия Python:
2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]
Версия:
1.9.0-Master Master, d2af494
Путь поиска Python: ['D:/QGIS Weekly/apps/qgis-dev/./python/plugins\\sextante', 'D:/QGIS Weekly/apps/qgis-dev/./python/plugins\\processing', 'D:/QGIS Weekly/apps/qgis-dev/./python', 'C:\\Users\\\xc8\xf0\xe8\xed\xe0 \xd1\xfb\xf2\xe8\xed\xe0/.qgis2/python', 'C:\\Users\\\xc8\xf0\xe8\xed\xe0 \xd1\xfb\xf2\xe8\xed\xe0/.qgis2/python/plugins', 'D:/QGIS Weekly/apps/qgis-dev/./python/plugins', 'D:\\QGIS Weekly\\bin\\python27.zip', 'D:\\QGIS Weekly\\apps\\Python27\\DLLs', 'D:\\QGIS Weekly\\apps\\Python27\\lib', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\plat-win', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\lib-tk', 'D:\\QGIS Weekly\\bin', 'D:\\QGIS Weekly\\apps\\Python27', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\PIL', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\win32', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\win32\\lib', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\Pythonwin', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode', 'D:\\QGIS Weekly\\apps\\qgis-dev\\python\\plugins\\fTools\\tools']
простите за длиннопост, но что делать, ума не приложу...

This algorithm requires SAGA to be run.Unfortunately, it seems that SAGA is not installed in your system, or it is not correctly configured to be used from QGIS
Click here to know more about how to install and configure SAGA to be used with SEXTANTE
При этом к саге у меня путь проложен, но при изменении пути и нажатии ПРИНЯТЬ то идет такая ошибка
Ошибка при выполнении сценария Python:
Traceback (most recent call last):
File "D:/QGIS Weekly/apps/qgis-dev/./python/plugins\sextante\gui\ConfigDialog.py", line 120, in accept
setting.value = str(self.items[setting].text(1))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-13: ordinal not in range(128)
Версия Python:
2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]
Версия:
1.9.0-Master Master, d2af494
Путь поиска Python: ['D:/QGIS Weekly/apps/qgis-dev/./python/plugins\\sextante', 'D:/QGIS Weekly/apps/qgis-dev/./python/plugins\\processing', 'D:/QGIS Weekly/apps/qgis-dev/./python', 'C:\\Users\\\xc8\xf0\xe8\xed\xe0 \xd1\xfb\xf2\xe8\xed\xe0/.qgis2/python', 'C:\\Users\\\xc8\xf0\xe8\xed\xe0 \xd1\xfb\xf2\xe8\xed\xe0/.qgis2/python/plugins', 'D:/QGIS Weekly/apps/qgis-dev/./python/plugins', 'D:\\QGIS Weekly\\bin\\python27.zip', 'D:\\QGIS Weekly\\apps\\Python27\\DLLs', 'D:\\QGIS Weekly\\apps\\Python27\\lib', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\plat-win', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\lib-tk', 'D:\\QGIS Weekly\\bin', 'D:\\QGIS Weekly\\apps\\Python27', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\PIL', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\win32', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\win32\\lib', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\Pythonwin', 'D:\\QGIS Weekly\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode', 'D:\\QGIS Weekly\\apps\\qgis-dev\\python\\plugins\\fTools\\tools']
простите за длиннопост, но что делать, ума не приложу...