Advertisement
Guest User

Untitled

a guest
Oct 25th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. >>> launchpad = Launchpad.login_with('mails', 'production', os.path.expanduser("~/.launchpadlib/cache/"))
  2. Traceback (most recent call last):
  3. File "<stdin>", line 1, in <module>
  4. File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 539, in login_with
  5. credential_save_failed, version)
  6. File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 342, in _authorize_token_and_login
  7. authorization_engine.unique_consumer_id)
  8. File "/usr/lib/python2.7/dist-packages/launchpadlib/credentials.py", line 282, in load
  9. return self.do_load(unique_key)
  10. File "/usr/lib/python2.7/dist-packages/launchpadlib/credentials.py", line 336, in do_load
  11. 'launchpadlib', unique_key)
  12. File "/usr/lib/python2.7/dist-packages/keyring/core.py", line 34, in get_password
  13. return _keyring_backend.get_password(service_name, username)
  14. File "/usr/lib/python2.7/dist-packages/keyring/backend.py", line 154, in get_password
  15. items = gnomekeyring.find_network_password_sync(username, service)
  16. gnomekeyring.IOError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement