Hi everyone,
is it possible to configure on how python is executed in JMP? So that i could either use "jmp_python.exe" or "jmp_pythonw.exe"?
For my python GUI the GUI is blocking python/JMP. Allready discussed here: (Custom) Python GUI executed in JMP
With JMP19+ I now can see that "jmp_pythonw.exe" is also included.
However, I struggle to define that pythonw is ussed. Either with
lc = log capture(EXECUTE = Python Execute({}, {response}, pyCode));
or
PythonConnection = Python Connect();
lc = log capture(EXECUTE = PythonConnection << Execute({}, {response}, pyCode));
i do not see the option to specify that.
Does anyone have a suggestion?
Thx, Daniel