Hi,

I have tried the example from the book chapter 8.1.2

from gpgme import pgp
mail.settings.cipher_type = 'gpg'
mail.settings.sign = True
mail.settings.sign_passphrase = 'your passphrase'
mail.settings.encrypt = True


I have tried different things:
import gpgme
import pyme

No errors! But  from gpgme import pgp  always gives an error.

What is wrong?
The book says: "The latter requires the python pyme package"
Is this all right?  "pyme" or "gpgme" ?

Regards, Martin

-- 



Reply via email to