Forum Discussion

automTest's avatar
automTest
Occasional Contributor
6 years ago
Solved

Installing TestComplete 14 - Completely offline

Hey community,   I'm trying to install TestComplete 14 on an isolated system which has absolutely NO access to the internet. Nonetheless, the procedure that SmartBear placed is to either use the .c...
  • hkim5's avatar
    hkim5
    5 years ago
    from 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