Forum Discussion
Could it be Python 3.11 making changes to the Path? Are you running your "Python Wrapper" from the same process or is it creating a new process?
- mortenb1235 days agoContributor
The python wrapper uses subprocess to run a powershell sript with the testcomplete testexecute parameters. the rest of the wrapper ops, (gather reports, cleanup and deploy to presentation) are not affected only when it exits. I never saw it prior to 15.71 (15.6X I was running)
- rraghvani5 days ago
Champion Level 3
I use PowerShell scripts to run my entire automation, not sure if that would be an easier option for you?
- mortenb1234 days agoContributor
It is actually a lot of powershellscript just ducktaped with python. I'm not proficient enough in powershell to handle all the parsing and logging and exceptions. I just think python has become a standard part of test-complete. We may in the future move from javascript to python, since all out not test complete test code is python.