UiPath Studio - Python Scope: Python exe was not found

I got this error → “Python Scope: Python exe was not found”

Find the absolute path of your python.exe file and use that in the “Path” property.

1 Like

Untitled
This is my file location and I am pasting this location path in the “Path” property.

Show us the full path string that you inserted in the activity.

Untitled

Is not correct.

Open a cmd.exe and type where python

Example:

Then use that string in the Path.

Let us know if this helped you.

Yes it is working but got another error

“Python Scope: Error initializing Python engine”

Hi @Sukanya_Dutta

Check it out the tutorial

Regards
Gokul

Hello,

Try with double slashes like below.

c:\\users\\user1\\projectfolder\\program_name.exe

Regards,
Kalyan

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