Comment 27 for bug 686690

Revision history for this message
Martin Pitt (pitti) wrote :

I tried the 1.9.0 release from Launchpad, but it just throws an exception:

$ lp-shell
Traceback (most recent call last):
  File "/usr/bin/lp-shell", line 57, in <module>
    lp = Launchpad.login_with('udt-lp-shell', instance, version=api_version)
  File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 496, in login_with
    allow_access_levels)
  File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 206, in authorization_engine_factory
    return AuthorizeRequestTokenWithBrowser(*args)
NameError: global name 'AuthorizeRequestTokenWithBrowser' is not defined

Please note that before we can upload 1.9.0 to natty, the python-keyring package needs to get updated and tested, and get a MIR approved.