Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161087 - Rhythmbox should depend on gnome-python because some of the plugins need it
Summary: Rhythmbox should depend on gnome-python because some of the plugins need it
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-09 09:12 UTC by Justin
Modified: 2007-01-14 22:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin 2007-01-09 09:12:16 UTC
I don't have gnome
I emerge rhythmbox
I try to get the artdisplay to work but I get this:
"  File "/usr/lib/rhythmbox/plugins/artdisplay/__init__.py", line 23, in ?
    from CoverArtDatabase import CoverArtDatabase
  File "/usr/lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py", line 25, in ?
    from LocalCoverArtSearch import LocalCoverArtSearch
  File "/usr/lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py", line 21, in ?
    import gnomevfs
ImportError: No module named gnomevfs

(rhythmbox:14431): Rhythmbox-WARNING **: Could not load plugin artdisplay


(rhythmbox:14431): Rhythmbox-WARNING **: Error, impossible to activate plugin 'Cover art'
"
I emerge gnome-python
Artdisplay magically now works

Reproducible: Always

Steps to Reproduce:
Comment 1 Mart Raudsepp gentoo-dev 2007-01-14 22:59:56 UTC
Added >=dev-python/gnome-python-2.12 dependency to rhythmbox 0.9.6 and 0.9.7
Thanks!