Выполняю некий скрипт, который выдает ошибку, но ошибка эта в Юникоде почемуто:
D:\robo>C:\Python26\python.exe d:\robo\robot3.py
Traceback (most recent call last):
File "d:\robo\robot3.py", line 185, in <module>
sf = DispatchWithEvents("TEClient.SlotFace", SlotFaceEvent)
File "C:\Python26\lib\site-packages\win32com\client\__init__.py", line 245, in
DispatchWithEvents
disp = Dispatch(clsid)
File "C:\Python26\lib\site-packages\win32com\client\__init__.py", line 95, in
Dispatch
dispatch, userName = dynamic._GetGoodDispatchAndUserName(dispatch,userName,c
lsctx)
File "C:\Python26\lib\site-packages\win32com\client\dynamic.py", line 104, in
_GetGoodDispatchAndUserName
return (_GetGoodDispatch(IDispatch, clsctx), userName)
File "C:\Python26\lib\site-packages\win32com\client\dynamic.py", line 84, in _
GetGoodDispatch
IDispatch = pythoncom.CoCreateInstance(IDispatch, None, clsctx, pythoncom.II
D_IDispatch)
pywintypes.com_error: (-2147221005, '\xcd\xe5\xe4\xee\xef\xf3\xf1\xf2\xe8\xec\xe
0\xff \xf1\xf2\xf0\xee\xea\xe0 \xf1 \xf3\xea\xe0\xe7\xe0\xed\xe8\xe5\xec \xea\xe
b\xe0\xf1\xf1\xe0', None, None)
Куда копать?