I have developed an ACT extension which uses DPF for post-processing. All relevant DPF libraries are imported correctly at the beginning of the Python file:
import mech_dpf
import Ans.DataProcessing as dpf
mech_dpf.setExtAPI(ExtAPI)
dpf.DataProcessingCore.LoadLibrary(
"math", r"C:\Program Files\ANSYS Inc\v211\aisol\bin\winx64\Ans.Dpf.Math.dll")
However, when I reload the extension I get the below shown error. This doesn't affect the result but how can I get around this error in the log?
