Forum Discussion
rraghvani
3 years agoChampion 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
- yxx14113 years agoNew Contributor
I tried and failed
Related Content
- 15 years ago
- 10 months ago
- 2 years ago
Recent Discussions
- 4 days ago
- 4 days ago