Forum Discussion
- rraghvaniChampion Level 3
See Python - Specifics of Usage. Depending on the version of TestComplete you're using, it will support a specific version of Python.
The following example, will import the library.
from os import sys sys.path.insert(0, '%PYTHON_PATH%\Lib\site-packages') import yourModuleName
- yxx1411New Contributor
I tried and failed
- rraghvaniChampion Level 3
What version of TestComplete and Python are you using? Could you also provide the code you are using?
Related Content
- 15 years ago
- 10 months ago
- 2 years ago
Recent Discussions
- 4 days ago
- 4 days ago