python gnupg.encrypt : no errors but not encrypting data or files
using python-gnupg v0.3.5 on windows 7 w/Python 2.7 and GPG4Win v2.2.0 test_gnupg.py results in 2 failures: Test that searching for keys works ... FAIL Doctest: gnupg.GPG.recv_keys ... FAIL 2 keyrings exist in each of these locations(secring & pubring in each): under the GPGHome directory (C:\Program Files (x86)\GNU\GnuPG) under the user profile(C:\Users\\AppData\Roaming\gnupg) If I create GPG instance and set the keyring file path to the user profile pubring.pgp I get a result from GPG.list_keys(). If I let it use the gpghome directory pubring.pgp I get no results from list_keys() because