Ask Your Question

gust7417's profile - activity

2019-05-06 01:15:40 -0500 received badge  Famous Question (source)
2019-04-13 09:38:27 -0500 received badge  Notable Question (source)
2019-04-12 05:26:23 -0500 received badge  Popular Question (source)
2019-04-10 07:50:07 -0500 asked a question 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