Ned Deily added the comment:

Perhaps the external pysqlite distribution from PyPI was installed on 2.5.  
Kathryn, can you supply the output from the two versions?

import sqlite3
print(sqlite3.version)
print(sqlite3.sqlite_version)

----------
nosy: +ned.deily

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20587>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to