##.py
quicker.context.SetVarValue('text', 'hello world')
运行以上最简单的python代码,出现异常:
510运行Python代码
[in]失败后停止【值/表达式】True
PythonDll路径:C:\Users\appla\AppData\Local\Programs\Python\Python38-32\python38.dll
[in]脚本内容【值/表达式】##.py \r\n quicker.context.SetVarValue('text', 'hello world')\r\n
异常:“Delegates”的类型初始值设定项引发异常。Could not load C:\Users\appla\AppData\Local\Programs\Python\Python38-32\python38.dll.%1 不是有效的 Win32 应用程序。
在 Python.Runtime.Runtime.Delegates.get_PyGILState_Ensure() 在 Python.Runtime.Runtime.PyGILState_Ensure() 在 Python.Runtime.Py.GIL() 在 Quicker.Domain.Actions.X.BuiltinRunners.Other.RunPythonScriptStep.<>c__DisplayClass36_0.e4kdowgiEBb() 在 Quicker.Domain.Actions.X.XActionHelper.ExecuteCommonAction(ActionExecuteContext context, ActionStep step, XAction action, Func`1 actionFunc, Action successAction, Action failAction, StepInParamDef stopIfErrorParam, StepOutParamDef isSuccessOutputParam)
步骤(sys:pythonscript)执行失败,原因:“Delegates”的类型初始值设定项引发异常。Could not load C:\Users\appla\AppData\Local\Programs\Python\Python38-32\python38.dll.%1 不是有效的 Win32 应用程序。
停止动作:“Delegates”的类型初始值设定项引发异常。Could not load C:\Users\appla\AppData\Local\Programs\Python\Python38-32\python38.dll.%1 不是有效的 Win32 应用程序。
耗时:17ms
检测到了中止标志(OperationFailed),停止后续步骤执行。
我本机的python位置:
quicker里的设置:
我的quicker版本是:1.35.42
请帮忙看看,谢谢。