What | Removed | Added |
---|---|---|
Status | NEW | RESOLVED |
Resolution | --- | FIXED |
(In reply to ��kos Sz��ts from comment #18) > 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). > Yep, a zero exit status is good:) (the import worked and, hence, osc will use the keyring.backends.kwallet.Keyring class) > It seems it works perfectly. Thank you very much for your help! Great. Then I'll close this bug.