Forum Discussion

thangpv's avatar
thangpv
New Contributor
1 day ago
Solved

Issue Running Project After Updating to Version 15.81 – NameError

I am currently using Test Complete version 15.76. After updating to version 15.81, my project encounters the following issues when running:
Name Error: name 'Sys' is not defined
Name Error: name 'Log' is not defined

My project uses Python as the programming language. It runs correctly in version 15.76, but I would like to use the newer version to take advantage if its improvements.

Could you please provide guidance or support to resolve this issue?

Thank you for your help.

  • Hi !

    This is due to the new implementation of Python in the latest versions.

    See the documentation here : https://support.smartbear.com/testcomplete/docs/scripting/specifics/python_tc_globalobjects.html

2 Replies

  • eykxas's avatar
    eykxas
    Regular Contributor

    Hi !

    This is due to the new implementation of Python in the latest versions.

    See the documentation here : https://support.smartbear.com/testcomplete/docs/scripting/specifics/python_tc_globalobjects.html

    • thangpv's avatar
      thangpv
      New Contributor

      Thank you very much sir. It helps me resolve the issue