On 25/02/14 14:32, Gerald Turner wrote:
> Control: found -1 0.3.6-1
>
> [...]
Hi Gerald,
I've hit the same problem. Here is a dirty fix for you:
import gnupg
from pprint import pprint
keyring = gnupg.GPG(keyring = "/usr/share/keyrings/debian-keyring.gpg")
keyring.decode_errors = 'replace' # <- to replace decode errors with \ufffd
keys = keyring.list_keys()
# this shows a list of keys with crazy UIDs
pprint([ k for k in keys if any(u'\ufffd' in uid for uid in x['uids']) ])
I think that we could ask José to remove this unfortunate UID from the
keyring...
Cheers,
Tomasz
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]