[Bug 1077533] Re: pydoc complains it cant get into my gnome-keyring
Moses Moore
1077533 at bugs.launchpad.net
Tue Dec 11 16:27:41 UTC 2012
Yes, I'm using a non-GNOME desktop. No, this is not a duplicate bug; if
that other bug is solved it would only obfuscate this bug.
My concern is that an application that should walk through only local
unencrypted files is asking for access to the GNOME keyring. I expect
the GNOME keyring is only needed for private and personal information,
and pydoc should be accessing python modules that are not encrypted for
my use only, nor are hosted by some remote gatekeeper asking for proof
of my identity.
I would be very upset if, when attempting to read a book cover on my
living room bookshelf, the bookshelf carps at me that it can't find my
wallet. Fixing bug 932177 may permit my bookshelf to rifle through my
wallet... when my wallet should be irrelevant to the entire exercise.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1077533
Title:
pydoc complains it cant get into my gnome-keyring
Status in “python-defaults” package in Ubuntu:
New
Bug description:
$ pydoc -k cheezburger
No handlers could be found for logger "OpenGL.Tk"
WARNING: gnome-keyring:: couldn't connect to: /run/user/moses/keyring-XXXXXX/pkcs11: No such file or directory
I can't only think of one good and not-scary reason why pydoc needs my
authentication credentials when it should be searching text files on
the local harddrive -- if I had an network filesystem on autofs
somewhere in Python's sys.path -- but I do not.
I expect pydoc's '-k' would search the .__doc__ for modules in the
following directories:
$ python -c 'import sys; print repr(sys.path)' |sed 's/, /,\n /g'
['',
'/usr/local/lib/python2.7/dist-packages/PyAMF-0.6.1-py2.7-linux-i686.egg',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-linux2',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages/PIL',
'/usr/lib/python2.7/dist-packages/gst-0.10',
'/usr/lib/python2.7/dist-packages/gtk-2.0',
'/usr/lib/pymodules/python2.7',
'/usr/lib/python2.7/dist-packages/ubuntu-sso-client',
'/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode']
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: python 2.7.3-0ubuntu7
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Sat Nov 10 20:18:08 2012
MarkForUpload: True
SourcePackage: python-defaults
UpgradeStatus: Upgraded to quantal on 2012-10-19 (22 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1077533/+subscriptions
More information about the foundations-bugs
mailing list