praveenpal
7 days agoOccasional Contributor
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 ?