Bug#581600: depends on python-kde4-dev

2010-05-14 Thread Bayle Shanks
Package: anki Version: 0.9.9.8.6-2 $ anki Traceback (most recent call last): File /usr/bin/anki, line 8, in module ankiqt.run() File /usr/share/anki/ankiqt/__init__.py, line 186, in run ui.importAll() File /usr/share/anki/ankiqt/ui/__init__.py, line 8, in importAll import

Bug#557170: Qwt.so: undefined symbol: _ZTI15QwtPlotRescaler

2009-11-19 Thread Bayle Shanks
Package: python-qwt5-qt4 Version: 5.2.1~cvs20091107+dfsg-1 Severity: important $ python Python 2.5.4 (r254:67916, Sep 26 2009, 10:32:22) [GCC 4.3.4] on linux2 Type help, copyright, credits or license for more information. from PyQt4.Qwt5 import * Traceback (most recent call last): File stdin,

Bug#551027: python-scipy: ipython -pylab segfaults

2009-10-14 Thread Bayle Shanks
Package: python-scipy Version: 0.7.0-2 Severity: important $ ipython -pylab Segmentation fault -- System Information: Debian Release: squeeze/sid APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux

Bug#551028: gdk: sporadic crash

2009-10-14 Thread Bayle Shanks
Package: reportbug Version: 4.8 Severity: important The first time i tried to submit a bug using reportbug (i elected the GDK interface), it crashed, i think right before the screen where you put in a title for the bug -- but perhaps right before the screen where you enter the bug report. it

Bug#432813: AttributeError: ActionUpdateDefault instance has no attribute 'runtime'

2007-07-12 Thread Bayle Shanks
Package: python-central Version: 0.5.14 # pycentral updatedefault python2.4 python2.5 Traceback (most recent call last): File /usr/bin/pycentral, line 1394, in ? main() File /usr/bin/pycentral, line 1384, in main if action.check_args(global_options): File /usr/bin/pycentral, line

Bug#350876: log_daemon_msg: command not found

2006-02-01 Thread Bayle Shanks
Package: bluetooth Version: 2.24-1 Upon /etc/init.d/bluetooth start, I got an error message saying .line 176: log_daemon_msg: command not found (i don't remember what was before the line 176) searching on the web, i found this:

Bug#343857: libdbi-ocaml-dev is not installable

2005-12-18 Thread Bayle Shanks
Package: ocaml-libs Version: 3.08.0.2 I did aptitude install ocaml-libs in the unstable distro and it refused because it said that libdbi-ocaml-dev was uninstallable. I installed libdbi-ocaml-dev from stable and then went back to unstable and installed ocaml-libs and it installed. After doing

Bug#309411: rpm should mkdir /var/lib/rpm

2005-05-16 Thread Bayle Shanks
Package: rpm Version: 4.0.3-4 I installed the rpm package after a vendor's installer demanded it. However, the vendor's installer didn't work, failing with weird errors like error: cannot open Packages index using db3 - No such file or directory (2) I looked through the rpm man page,

Bug#306831: libparams-validate-perl must be .76

2005-04-28 Thread Bayle Shanks
Package: libdatetime-perl Version: 1:0.22-1 The package depends on libparams-validate-perl, but actually, the version of libparams-validate-perl in stable (0.04-1) doesn't seem to work; only the version in unstable (0.76-1). So I guess the dependency should specify this. when I had the stable

Bug#298667: PythonCard or PythonCardPrototype?

2005-03-08 Thread Bayle Shanks
Package: pythoncard Version: 0.8.1-1 hello, I used to have an old version of PythonCard installed, and now I installed the Debian packages python-pythoncard, pythoncard-doc, pythoncard-tools, and pythoncard, all versions 0.8.1-1. Now when I run resourceEditor, I get Unable to find PythonCard

Bug#298024: 12pm bug fix for mx.DateTime

2005-03-03 Thread Bayle Shanks
Package: python-egenix-mxdatetime Version: 2.0.6-1 Here's the bug: from mx.DateTime import * dd = 'March 3, 2005 12:01 pm' DateTimeFrom(dd) Traceback (most recent call last): File stdin, line 1, in ? File /usr/lib/python2.3/site-packages/mx/DateTime/DateTime.py, line 219, in