I am using Python 2.7 on windows. I am getting "Calling function "tests/scripts/Script.py"... The system cannot find the path specified when the tests are executed.
How to resolve this?
I am using Python 2.7 on windows. I am getting "Calling function "tests/scripts/Script.py"... The system cannot find the path specified when the tests are executed.
How to resolve this?
You need to add python Lib and Scrip path to your system environment. To do that type > Edit the system environment variables in search box of start menu. go to edit variable and add python required path to system path.