Comment 11 for bug 1193164

Revision history for this message
Dolph Mathews (dolph) wrote :

In a fresh ubuntu 12.04 install... 1.6 succeeds and 2.0 fails as described above.

# pip install -U 'keyring<2.0' && python -c "import keyring"
Downloading/unpacking keyring<2.0
  Downloading keyring-1.6.1.zip (80Kb): 80Kb downloaded
  Running setup.py egg_info for package keyring

    warning: no previously-included files found matching '.hg/last-message.txt'
Installing collected packages: keyring
  Found existing installation: keyring 0.9.2
    Uninstalling keyring:
      Successfully uninstalled keyring
  Running setup.py install for keyring

    warning: no previously-included files found matching '.hg/last-message.txt'
    Installing keyring script to /usr/local/bin
Successfully installed keyring
Cleaning up...

root@keyring:~# pip install -U 'keyring>=2.0' && python -c "import keyring"
Downloading/unpacking keyring>=2.0
  Downloading keyring-2.0.zip (81Kb): 81Kb downloaded
  Running setup.py egg_info for package keyring

    warning: no previously-included files found matching '.hg/last-message.txt'
Installing collected packages: keyring
  Found existing installation: keyring 1.6.1
    Uninstalling keyring:
      Successfully uninstalled keyring
  Running setup.py install for keyring

    warning: no previously-included files found matching '.hg/last-message.txt'
    Installing keyring script to /usr/local/bin
Successfully installed keyring
Cleaning up...
ERROR:root:Could not find any typelib for GnomeKeyring