mdang
5 years agoNew Contributor
Adding external python modules into TestComplete
Hello,
I'm trying to add the gnupg module https://gnupg.readthedocs.io/en/latest/ to TestComplete. I have referenced https://support.smartbear.com/testcomplete/docs/scripting/specifics/python.html#importing-packages&_ga=2.149306224.719498295.1614005674-43115802.1595745618
I have added the gnupg.py file to C:\Program Files (x86)\SmartBear\TestComplete 14\Bin\Extensions\Python\Python36\Lib
and restarted TestComplete. When I try to import the module (import gnupg), TestComplete says 'no module named gnupg'
Is there another step that I am missing?
Thank you!