[caolan@vain ~]$ yum -y install rhythmbox-upnp [caolan@vain ~]$ rhythmbox Traceback (most recent call last): File "/usr/lib/rhythmbox/plugins/upnp_coherence/__init__.py", line 29, in activate from twisted.internet import gtk2reactor [caolan@vain ~]$ rpm -qf /usr/lib/rhythmbox/plugins/upnp_coherence/__init__.py rhythmbox-upnp-0.11.6-15.6005.fc10.i386 [caolan@vain ~]$ rpm -q --requires rhythmbox-upnp python-Coherence rhythmbox = 0.11.6-15.6005.fc10 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 [caolan@vain ~]$ yum -y install python-twisted [caolan@vain ~]$ rpm -qf /usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py python-twisted-core-2.5.0-4.fc9.i386
This is what I see in rawhide now: Rhythmbox starts just fine, but when I try to enable the plugin I see this: [kmaraas@laptop126 ~]$ rhythmbox Traceback (most recent call last): File "/usr/lib/rhythmbox/plugins/upnp_coherence/__init__.py", line 13, in <module> import coherence.extern.louie as louie ImportError: No module named louie (rhythmbox:11559): Rhythmbox-WARNING **: Could not load plugin upnp_coherence (rhythmbox:11559): Rhythmbox-WARNING **: Error, impossible to activate plugin 'Støtte for deling via DLNA/UPnP' [kmaraas@laptop126 ~]$
Fixed in rawhide. Also in CVS for F-10, but won't be making an update unless something else crops up. * Tue Jan 13 2009 - Bastien Nocera <bnocera> - 0.11.6-21.r6096 - Add more Python deps for the UPNP plugin (#474372)