Failure to connect to keyring aborts action
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar GTK+ Frontends |
Confirmed
|
Medium
|
Unassigned |
Bug Description
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
While trying to just transfer my branch to another local machine I got a
traceback involving:
File "C:\Users\
line 516, in _build_medium
user = auth.get_
File "C:\Users\
in get_user
path=path, realm=realm)
File "C:\Users\
in get_credentials
scheme, host, port, user, path, realm)
File "C:\Users\
in get_fallback_
cs = self.get_
File "C:\Users\
in get_credential_
cs = cs()
File "C:/Users/
__init__
if gobject.
AttributeError: 'module' object has no attribute 'get_applicatio
It may be that my install of PyGTK is a bit old (approx v2.0), but
certainly I would expect to be able to "bzr push bzr+ssh://" even under
those conditions.
John
=:->
affects bzr-gtk
status triaged
importance medium
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://
iEYEARECAAYFAkp
jtoAoItk2Cp7ZMp
=3LWl
-----END PGP SIGNATURE-----
This seems to be because the latest bundled distribution of pygobject for win32 is 2.14, which doesn't import get_application _name from glib in the gobject package. It's present as of 2.16 (in terms of stable releases).
Alas, the package by Kevin Light (with added win32 libraries) also suffers from this problem, even at the 0.96.0 version.