29-03-23 07:57 AM
Hi experts,
How to run a python script using "Start Process Read Stderr and Stdout" Action in Utility Environment VBO ?
Please explain with a simple example for better understanding. Thank you
29-03-23 08:19 AM
Hi Madhu,
There is also an asset and user guide explaining how to run a python script. If you want to look at it here is the link https://digitalexchange.blueprism.com/dx/entry/3439/solution/blue-prism---script-execution-vbo-2
29-03-23 09:11 AM
Thanks Shashank.
Can you please confirm what value should we enter for "ScriptEngineFilePath" ?
I have entered the Python file path in "ScriptFilePath" & the file name under "ScriptFileAndArguments". Please correct me if I am doing wrong.
Thanks.
29-03-23 09:16 AM
Hi Madhu,
That should be path for python.exe
29-03-23 10:21 AM
Hi Madhu,
You can use the code stage to run Python code. Within the code stage, you can write code to open the CMD and execute the python command. The output will then be stored in the respective folder.
Let me know if you have any doubt.