Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello:
I am trying to execute a python script from QS (Feb 2019) load editor.
The settings.ini file has the following settings:
[Settings 7]
StandardReload=0
OverrideScriptSecurity=1
AllowExecuteCommand=1
Load script:
vPythonPath = "C:\{full path}\python.exe";
vPythonFile = "C:\{full path}\Python_Script_Name.py";
Execute $(vPythonPath) $(vPythonFile);
On Load Data, the following error pops us:
Hey,
I am facing the same issue. Did you find any solution to this?
Thanks,
N