Forum Discussion
rraghvani
Champion Level 3
3 years agoSee 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
yxx1411
3 years agoNew Contributor
I tried and failed