Execution of Python Scripts from BP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-10-18 09:27 AM
Hi All,
Could anybody tried to execute the python scripts from BP. If so could you guys advise me
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-10-18 02:20 PM
I think the Start Process in the Utility Environment object should do it, with python.exe as the Application input and the script file as the Arguments input. You may need to encapsulate double quotes around the script path """"""C:\Like This.py
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-10-18 07:37 PM
There are multiple ways can execute with Python scripts from within Blue Prism
Compile the Python script to use in a Code Stage, or Call the script file in a code stage using theProcess.Start function, or Use the Start Process action in the ‘Utility – Environment’ VBO to call the script

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-01-19 07:00 PM
I read an interesting article regarding how to run Iron Python within Blue Prism, might be helpful in this situation?
https://agilifyautomation.com/is-blue-prism-and-python-integration-poss…
