Package: exaile Version: 0.2.14+debian-1 Severity: grave Tags: patch --- Please enter the report below this line. ---
0.2.14+debian-1 introduces the removal of the shipped feedparser python library, relying instead on the debian shipped library, but the exaile python code imports feedparser with a hardcoded local path, ignoring the debian python library path when looking for feedparser. See fix in included patch. Cheers Arthur --- System information. --- Architecture: i386 Kernel: Linux 2.6.29-aeris-1.0 Debian Release: squeeze/sid 300 testing ftp.ch.debian.org 100 unstable ftp.ch.debian.org 1 experimental ftp.ch.debian.org --- Package information. --- Depends (Version) | Installed =========================================-+-=========== python (>= 2.4) | 2.5.4-2 python-support (>= 0.7.1) | 0.8.7 python-pysqlite2 | 2.5.0-2 libgstreamer0.10-0 | 0.10.22-3 gstreamer0.10-plugins-base | 0.10.22-5 gstreamer0.10-plugins-good | 0.10.14-2 python-gst0.10 | 0.10.14-2 gstreamer0.10-alsa | 0.10.22-5 OR gstreamer0.10-esd | python-gtk2 | 2.14.1-1 python-glade2 | 2.14.1-1 python-dbus | 0.83.0-1 python-pyvorbis | 1.4-1 python-mutagen | 1.15-2 python-elementtree | 1.2.6-14 python-mmkeys | 1.5.3-3 python-feedparser | 4.1-12 -- Obey Arthur Liu <http://www.milliways.fr>
# Fix local import of feedparser to point to system-wide library # Obey Arthur Liu <art...@milliways.fr> diff -Nur exaile-0.2.14+debian/xl/panels/radio.py exaile-0.2.14+debian.new/xl/panels/radio.py --- exaile-0.2.14+debian/xl/panels/radio.py 2008-10-06 18:25:22.000000000 +0200 +++ exaile-0.2.14+debian.new/xl/panels/radio.py 2009-04-25 22:13:39.958505957 +0200 @@ -15,7 +15,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. import md5, os, re, threading, time, urllib -from lib import feedparser +import feedparser from gettext import gettext as _ import gobject, gtk from xl import common, xlmisc, library, media
signature.asc
Description: OpenPGP digital signature