I think the problem is DotNet Framework
You have use windowsdesktop-runtime-5.0.17-win-x64
Install this and then try to run it
Hi sanjay,
May i know what to install?
is it Windows or Legacy project ? If it is Windows Project, you need to install .NET as mentioned by @sanjay3
If it not or after installed it the issue persists, try to check the configuration for Python Version
Take a look here
Cheers
Thanks for the link… will it work for the windows legacy project?
Hi @rikulsilva
I’m using windows legacy so what to do then?
For Legacy project you don’t need to install .NET.
Could you share the Python version installed and the properties panel for Python Scope activity ?
two places to verify
- Open the exceptions details from the locals panel and check the exact exception from there
- When the exception occurs open the event viewer logs and check what error it shows…
depending on these we can determine next steps
cheers
Thanks for sharing @sathish_Kumar6
In version field, change to you your python version and try again
Thanks for the suggestion but still getting the same error
In locals panel please expand exception details that is when we cna see the issue
also as per error looks like the python installation is faulty…can you check if you have used any env…and also if path variable in windows environment variables is correct
cheers
Thanks for let me know @sathish_Kumar6
Could check this either
In WorkingFolder put the folder path for your script
Also
Try to run your script directly in a windows command prompt to check if everything is ok with you python configuration
path to python.exe path to script.py
in the local panel, I’m getting errors as invoke python method one or more errors occurred.
any env means?
path is correct i did by seeing YouTube video
so if python is faulty means shall i reinstall?
still getting the error after giving the path in working folder
also in cmd it runs
You are checking outputs panel…open locals panel…exception details by clicking on magnifier
This is where you need to expand
Cheers








