http://bugzilla.novell.com/show_bug.cgi?id=805855 http://bugzilla.novell.com/show_bug.cgi?id=805855#c19 Marcus Hüwe <suse-tux@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #19 from Marcus Hüwe <suse-tux@gmx.de> --- (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. -- You are receiving this mail because: You are on the CC list for the bug.