Can I use DPF from Mechanical ACT wizards? Adding the standard import statements for DPF into a wizard script file raises an error.
import mech_dpf
No module named mech_dpf
ImportException
at Microsoft.Scripting.Runtime.LightExceptions.ThrowException(LightException lightEx)
at Microsoft.Scripting.Runtime.LightExceptions.CheckAndThrow(Object value)
at $240.(CodeContext $globalContext, FunctionCode $functionCode) in D:\Documents\GitHub\tim_extractor\static_tim\tim.py:line 1
at IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
at Ansys.ACT.Core.Extension.ReadScripts()