Solved
Forum Discussion
hkim5
Staff
5 years agofrom os import sys
sys.path.insert(0, 'C:\\Users\\justin.kim\\AppData\\Local\\Programs\\Python\\Python36\\Lib\\site-packages')
import gnupg
instead of copying the packages into the tc directory, i do this instead and it seems to work... have you given this a try
tphillips
5 years agoFrequent Contributor
Does this mean there might be a bug in how TestComplete python importing works?