nisgupta
6 years agoValued Contributor
testComplete 14.20 + cannot access the user defined function
TestComplete 14.20 is having issues in calling the user defined functions. I am running the 2 scripts. script 1 runs and it has errors which is expected and so the script stops and now when it pick up the second script and when it tried to call the functions it give the error "cannot ready property 'logCredentials' of undefined . testcomplete 14.10 do not have such issue. the script which was created in the older version works fine.
S
No need to install anything in this case.
As Colin_McCrae said just use
from urllib.request import what_you_need
urllib.request and urllib.error libraries are native also for Python 3