[EMAIL PROTECTED] wrote:
As far as i can tell everything on the system is the latest version
of both pysqlite and sqlite. I'm not really 100% sure how i can
verify that though.

In a Python(win) session, issue the following.

PythonWin 2.5 [...]
>>> import sqlite3
>>> sqlite3.sqlite_version
'3.3.4'
>>> sqlite3.version
'2.3.2'
>>>

sqlite3.sqlite_version  is the SQLite library proper
sqlite3.version         is the sqlite3 wrapper (aka pysqlite)

Martin

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to