Thank you. Now I see that this bug is not a duplicate.

I agree, that accessing keyring without a reason is rather scary
behaviour, but you probably assigned the bug to a wrong package. AFAIK
any application that loads keyring related library automagicaly tries to
access your keyring.

>From your strace:

$ zcat strace.log.gz | grep keyr | grep -v ENOENT | grep \\.so
open("/usr/lib/python2.7/dist-packages/gtk-2.0/gnomekeyring.so", 
O_RDONLY|O_LARGEFILE) = 8
open("/usr/lib/i386-linux-gnu/libgnome-keyring.so.0", O_RDONLY|O_CLOEXEC) = 11
open("/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so", 
O_RDONLY|O_CLOEXEC) = 12

Pydoc imports modules to get docsrtings. I suppose, some module that you
trying to process loads keyring libaries on import and you see the
warning, but it looks like a feature, not a bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1077533

Title:
  pydoc complains it cant get into my gnome-keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1077533/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to