First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hi all, I was trying to import data from channel outputs of my dynamic simulation, just by using the ' Export to Excel' option and following error appeared.
Call failed (result is null) Traceback (most recent call last): File ".\dyntools.py", line 1996, in xlsout File ".\dyntools.py", line 1084, in xlsout File ".\dyntools.py", line 428, in _xlsexport File ".\excelpy.py", line 168, in <module> File "C:\Python27\lib\site-packages\win32com_init_.py", line 5, in <module> import win32api, sys, os ImportError: DLL load failed: The specified procedure could not be found.
I think this is something related to the python version but can't figure out where the issue is. Can anyone please help me to resolve this issue or please propose me any other method to get my simulation data from .out files.
2 | No.2 Revision |
Hi all,
I was trying to import export data from channel outputs of my dynamic simulation, just by using the ' Export to Excel' option and following error appeared.
Call failed (result is null)
null)
Traceback (most recent call last):
last):
File ".\dyntools.py", line 1996, in xlsout
_xlsout
File ".\dyntools.py", line 1084, in xlsout
xlsout
File ".\dyntools.py", line 428, in _xlsxlsexport
export
File ".\excelpy.py", line 168, in <module>
<module>
File "C:\Python27\lib\site-packages\win32com_init_.py", line 5, in <module>
<module>
import win32api, sys, os
ImportError: DLL load failed: The specified procedure could not be found.
I think this is something related to the python version but can't figure out where the issue is. Can anyone please help me to resolve this issue or please propose me any other method to get my simulation data from .out files.