according to gluon/tools.py code, the only imports done are

from pyme import core, errors
from pyme.constants.sig import mode



Il giorno venerdì 4 gennaio 2013 17:10:27 UTC+1, mweissen ha scritto:
>
> 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