First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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 _xlsexport 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.makepyversion != module.makepyversion:
AttributeError: 'module' object has no attribute 'MinorVersion
2 | No.2 Revision |
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