Dll load fail error when trying to import data from .out file to Microsoft Excel
Hi all, I was trying to 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)
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.
Maybe module win32api is missing. Try import win32api.
Thank you very much for your reply. But I have no idea how to do it as I am not an expert in python or coding. Can you please explain me further how to do it.