Bug 231530 - media-sound/rhythmbox-0.11.6 should depend on dev-python/celementtree
Bug#: 231530 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: remi@gentoo.org Reported By: graaff@gentoo.org
Component: Ebuilds
URL: 
Summary: media-sound/rhythmbox-0.11.6 should depend on dev-python/celementtree
Keywords:  
Status Whiteboard: 
Opened: 2008-07-11 21:32 0000
Description:   Opened: 2008-07-11 21:32 0000
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.

------- Comment #1 From Daniel Gryniewicz 2008-07-17 18:58:55 0000 -------
@gnome: What's the preference:  An || dep or just a python 2.5 dep?  How soon
is python 2.5 going stable?

------- Comment #2 From Gilles Dartiguelongue 2008-07-17 23:01:09 0000 -------
|| dep please.

python-2.5 was supposed to go stable next week 2 or 3 weeks ago, I guess they
are still hold off by some broken packages.

------- Comment #3 From Daniel Gryniewicz 2008-07-17 23:44:11 0000 -------
Done.