Running rhythmbox 0.11.6 gives the following output:
Traceback (most recent call last):
File "/usr/lib64/rhythmbox/plugins/lyrics/__init__.py", line 37, in ?
import LyricsParse
File "/usr/lib64/rhythmbox/plugins/lyrics/LyricsParse.py", line 36, in ?
from LeoslyricsParser import LeoslyricsParser
File "/usr/lib64/rhythmbox/plugins/lyrics/LeoslyricsParser.py", line 38, in ?
import cElementTree
ImportError: No module named cElementTree
(rhythmbox:18697): Rhythmbox-WARNING **: Could not load plugin lyrics
(rhythmbox:18697): Rhythmbox-WARNING **: Error, impossible to activate plugin
'Song Lyrics'
Manually emerging dev-python/celementtree-1.0.5-r1 fixes this problem and
allows me to re-enable the song lyrics plugin again.