I am using them pgp module for encryption in a python app.
It runs fine on the customers machine, and also on our cloud-based Jenkins server.
But it fails on my new development machine with:
init() got an unexpected keyword argument 'gnupghome'
This happening in this line of code:
gpg = gnupg.GPG(gnupghome=self.TMP_DIR + '/pgp')
In a previous version of this code, this was homedir. I am going to try that again.
No comments:
Post a Comment