I guess I don't totally understand... I'm trying to run a command to launch a python script, and it compiles, but never runs. What am I doing wrong?
execute_shell(@'python3', @'~/Documents/.../download.py');
for reference, the "download.py" is a scraping script.
**EDIT**
I figured out where I was wrong. I had to specify the install location of python. I would like to know how to perform other actions in the gml script after a script is finished executing.