Your GPG module

Morten W. Petersen morten at esol.no
Tue Oct 10 01:27:43 CEST 2000


I've been poking at your GPG module now, and I have a (minor?) problem:

When I use the command 'python gpg.py somefile.gpg' it halts the execution
when reading the response from gpg.

(I've added a "print 'response line:', line" in while loop under the
_read_response function).

For those of you who don't know, it halts in a loop reading from the file
descriptor specified as --status-fd for gpg.

-- Start dump --

response line:  gpg: Warning: using insecure memory!

response line:  gpg: Signature made Tue Oct 10 00:07:19 2000 CEST using
DSA key ID 17E7BE18

response line:  [GNUPG:] SIG_ID cVgQ45Pbk9mIT71ohjmNZTu57Yg 2000-10-09
971129239

response line:  [GNUPG:] GOODSIG ECF1BA9A17E7BE18 Morten W. Petersen
<morten at esol.no>

response line:  gpg: Good signature from "Morten W. Petersen
<morten at esol.no>"

response line:  [GNUPG:] VALIDSIG DD7259E4442D1E8EC9280980ECF1BA9A17E7BE18
2000-10-09 971129239

response line:  [GNUPG:] TRUST_ULTIMATE

-- End dump --

Got any ideas what the problem could be?  (I'm using GnuPG 1.0.3)

-Morten



More information about the Gnupg-devel mailing list