Forum Discussion

douglasv's avatar
douglasv
Occasional Contributor
5 years ago
Solved

Share NameMapping, scripts unit working with team

Hello, I was thinking about how best to reuse NameMapping and script with other projects, so that a change in one project reflects on another project. File jpg is attachment.   So, only map objects...
  • 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