Package: python-pysqlite2
Version: 2.0.5-1
Severity: grave
Justification: renders package unusable
i encounter the error
pysqlite2.dbapi2.Warning: You can only execute one statement at a time.
with version 3.3.5-0.1 of libsqlite3-0.
libsqlite3-0 3.2.8-1 works fine. an example program is
from pysqlite2 import dbapi2 as sqlite
conn = sqlite.connect('.gajim/logs.db', timeout = 20.0,isolation_level =
'IMMEDIATE')
cur = conn.cursor()
cur.execute('SELECT jid FROM jids')
(i found the problem while using gajim and tracked it down until here)
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages python-pysqlite2 depends on:
pi python 2.3.5-5 An interactive high-level object-o
ii python2.3-pysqlite2 2.0.5-1 python interface to SQLite 3
python-pysqlite2 recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]