Package: pyqt4-dev-tools
Version: 4.0.1-5
Severity: important
Tags: patch
While compiling some python package I got:
Traceback (most recent call last):
File "/usr/bin/pyuic4", line 76, in ?
sys.stderr.write(e)
TypeError: argument 1 must be string or read-only character buffer, not instance
The bug may be trivially patched by replacing the aforementioned line with
sys.stderr.write(str(e))
(after such a change I started obtaining proper errors, in this case
Unknown Qt widget: QDialogButtonBoxmake: *** [all] Error 1
but this is of course not important for the bug itself)
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22marcink
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages pyqt4-dev-tools depends on:
ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii libgcc1 1:4.1.1-21 GCC support library
ii libqt4-core 4.2.1-2+etch1 Qt 4 core non-GUI functionality ru
ii libqt4-gui 4.2.1-2+etch1 Qt 4 core GUI functionality runtim
ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3
ii python 2.4.4-2 An interactive high-level object-o
ii python-qt4 4.0.1-5 Python bindings for Qt4
pyqt4-dev-tools recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]