i got error when i click "export to excel" in .out file
I am using PSS / E32 version. I run dynamic simulation, get OUT file, and then use OUT file to "export to excel" in graph file of OUT file. Please help me this error
I think I have an error because I have a lot of python version
Traceback (most recent call last):
File ".\dyntools.py", line 1983, in _xlsout
File ".\dyntools.py", line 1074, in xlsout
File ".\dyntools.py", line 435, in _xls_export
File ".\excelpy.py", line 1870, in workbook
File ".\excelpy.py", line 180, in __init__
File "C:\Python25\Lib\site-packages\win32com\client\gencache.py", line 536, in EnsureDispatch
mod = EnsureModule(tla[0], tla[1], tla[3], tla[4], bForDemand=bForDemand)
File "C:\Python25\Lib\site-packages\win32com\client\gencache.py", line 449, in EnsureModule
if module.MinorVersion != tlbAttributes[4] or genpy.makepy_version != module.makepy_version:
AttributeError: 'module' object has no attribute 'MinorVersion