Package: pyrenamer
Version: 0.4.1-1
Severity: grave
Tags: patch
Justification: renders package unusable
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.23.12-rt14.071226-rt4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages pyrenamer depends on:
ii gconf2 2.20.1-2+b1 GNOME configuration database syste
ii python 2.4.4-6 An interactive high-level object-o
ii python-eyed3 0.6.14-1 Python module for id3-tags manipul
ii python-glade2 2.12.1-1 GTK+ bindings: Glade support
ii python-gtk2 2.12.1-1 Python bindings for the GTK+ widge
ii python-support 0.7.6 automated rebuilding support for p
Versions of packages pyrenamer recommends:
ii python-gnome2 2.20.1-2 Python bindings for the GNOME desk
-- no debconf information
Pyrenamer refuses to launch due to a direct import of the gtk lib before the
usual pygtk one
Bug seems to happen in /usr/bin/pyrenamer on line 25, just after the beginning
of the try statement
Adding the following lines between the begining of the try statement and the
gtk lib import solves the issue :
import pygtk
pygtk.require('2.0')
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]