Forum Discussion
rraghvani
Champion Level 3
4 years agoAre you able to use the code, that's shown in the second picture (def Test2()) ?
I had used TestCompletes Python from the command prompt to test that it was able to pick up the site-packages from the installed Python. I suggest you do the same, before you run any test cases in TestComplete
Try this in Python,
import pycurl
Or
import sys
sys.path.append("C:\\Program Files (x86)\\SmartBear\\TestExecuteLite 15\\x64\\Bin\\Extensions\\Python\\Python38\\Lib\\site-packages")
import pycurl
If it fails, then it's not correctly setup.