bommareddy
6 years agoContributor
How to download and add external Python packages in TC 14
Hello All,
Can anyone suggest me step by step process to download and add external Python packages in TC 14.
I tried the following, but I didn't have any luck
https://support.smartbear...
- 6 years ago
Python has a specific install in TestComplete that TestComplete uses to run.
This requests package. Is it part of Python? Is it custom?
In order for TestComplete to find the package, it needs to be placed in the specific TestComplete folder (see https://support.smartbear.com/testcomplete/docs/scripting/specifics/python.html#importing-packages). If you don't have it there, it can't find the module.