Hi, may I know how to run the Invoke Code for Python code?

Hi, may I know how to run the Invoke Code for Python code Explain it

you need to give more context … what have you tried ? what errors did you get ? what is the goal ?

Hi Allan,
Actually, I need to trigger the .py file using the Start Process

In the argument, I pass the full path of the Python file.
In the filename, I pass the file path.
In the working directory, I pass the Python executable path.
But the Python code is not running

filename should be the full path and filename of the python3.exe

Okay, now I passed the full path of the Python executable in the filename, but the program is still not running.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.