PDA

View Full Version : No module named keyring


frankie_fl
August 16th, 2007, 02:03 PM
Hi everyone,

i have tried to figure out this problem myself, but no luck. I have searched this forum, 'googled', etc. I already spent 3 nights on this problem.

When i install screenlets 0.0.9 but i cannot start any widgets. I get the following msg:

[frank@fl001 ~]$ /usr/local/share/screenlets/Control/ControlScreenlet.py
Traceback (most recent call last):
File "/usr/local/share/screenlets/Control/ControlScreenlet.py", line 16, in <module>
import screenlets
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 39, in <module>
from options import *
File "/usr/lib/python2.5/site-packages/screenlets/options.py", line 181, in <module>
import gnomekeyring
ImportError: No module named gnomekeyring

Can anyone help out.

Regards
FL

frankie_fl
August 16th, 2007, 02:06 PM
Sorry i forgot to mention i ran Fedora 7 x86_64, Compiz-Fusion, but it was doing the same thing with Beryl. Intel E6600, 2GB, nVidia 8800GTS 320MB latest driver through repo.

FL

maniac
August 16th, 2007, 02:34 PM
Sorry i forgot to mention i ran Fedora 7 x86_64, Compiz-Fusion, but it was doing the same thing with Beryl. Intel E6600, 2GB, nVidia 8800GTS 320MB latest driver through repo.

FL
Just install the package "gnome-python2-gnomekeyring" via yum.

frankie_fl
August 16th, 2007, 02:55 PM
Fantastic. I knew i was missing package just couldn't find the right one. Thank you.