Forum Discussion
Wow, I am getting the same. I tried installing it with pip and copying everything over, I tried copying just the gnupg.py file across... still nothing.
Just to check, have you installed gnupg's dependencies?
sonya_m Maybe the support page could do with some more examples of installing third-party packages in python. It just says to "put them here", but does that mean we need to install them with pip first and copy them over? Or do we download the package .tar.gz from pypi and extract it directly into the Lib directory?
Yep, I also installed the package via pip, and then copied the gnupg.py file into the specified SmartBear directory. I then installed the full Gp4Win as well as the gnupg-w32cli-1.4 binary. My code fails on the import, before the I can even get to the code that creates the GPG object using the w32cli binary.
gpg = gnupg.GPG(gnupghome='/path/to/home/directory')