Your message dated Fri, 07 Apr 2006 15:50:01 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361254: python-pysqlite2: does not work with current 
libsqlite3-0
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
"M. Dietrich" <[EMAIL PROTECTED]> writes:

> [...]
> 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.
> [...]

This should be fixed in python-pysqlite2_2.2.0-1. See also bugs 361066
and 361097.

        Regards,
        Joel

-- 
Joel Rosdahl <[EMAIL PROTECTED]>
Key BB845E97; fingerprint 9F4B D780 6EF4 5700 778D  8B22 0064 F9FF BB84 5E97

--- End Message ---

Reply via email to