MoI embedded inside CPython 3.91?

 From:  bemfarmer
10134.39 In reply to 10134.38 
MAYBE?: I found some possible code at this "stocks and bonds program" site:
https://forum.amibroker.com/t/can-we-run-a-python-script-using-shellexecute/6125

code:
ShellExecute("C:\\Program Files\\AmiBroker\\YOURPYTHONFILE_v1.py","","",0);


Have to try them out tonight.

I believe/guess Windows 10 already has path to python.exe, so just need to add the testProgram.py???

- Brian

SheBang talk, Windows and OS X:
https://automatetheboringstuff.com/appendixb/

Also see:
http://www.amibroker.com/guide/afl/shellexecute.html

Well, my theory is that some of this is relevant to using shellExecute from the MoI command window. (???)

One more link for now:
https://docs.microsoft.com/en-us/windows/win32/shell/shell-shellexecute
(There is some JScript/ Javascript code, plus an example.)

I think that what I am trying to do is to run some python code from MoI, or Nodeeditor, to apply Math to e.g. gyroid wdomain point(curve) network csv file, which is currently done manually.

EDITED: 28 Mar 2021 by BEMFARMER