The assumption is correct and python-kde4 package was also missing :). python -c 'import keyring.backends.kwallet.Keyring' returns with: Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named Keyring However, ���python -c 'import keyring.backends.kwallet'��� returns with nothing and a zero exit status (although I don't know if it's useful). In .oscrc the following is created: [https://api.opensuse.org] keyring=1 user=a When I remove the cookiejar, no password will be asked from me. After I killed "kwalletd" (the KDE 4 one) and an "osc up" KWallet asks for the password again. It seems it works perfectly. Thank you very much for your help!