Any workaround for TC15.77 Python issue
I created ticket with Smartbear on the python issue with version 15.77, they asked us to try below steps
- Add the following line of code in the beginning of your script that you are running: from tc import Log, Project, Sys. It should be the first line of code.
- Create a System environment variable with the name "TC_SKIP_PYTHON_FINALIZATION" and set the value to 1.
However this did not work for us, we are still getting "NameError: name Project is not defined". I also tried below work around but no luck.
gc.collect()
import gc
Since we are facing chrome browser flashing issue, We cannot use 15.76 version as well.
Any body has found any other workaround for the Python issue ?
praveenpal - see this post: TestComplete 15.77 is broken - dont upgrade | SmartBear Community
In there, I explained that, I received a reply from smartbear support but they provided me with a 'custom' build and do some setup prior to the python execution. but i havnt done it yet.
You may want to log the issue with the support team and they may be able to give you the 'custom' build and instruction on how to set it up. good luck.