Ned Deily <n...@acm.org> added the comment:

Mark, you don't say what version of OS X or which Python you are using but, if 
you are using an Apple-supplied Python on 10.6 or 10.7 or if you are using 
python.org 64-bit/32-bit installers for 2.7 or 3.2, the Python standard library 
sqlite3 modules dynamically links to the system-supplied 
/usr/lib/libsqlite3.dylib.  On 10.6.8 Snow Leopard that is 3.6.12.  On Lion 
(10.7.2) that has been updated by Apple to 3.7.5.  (BTW, the most recent 
32-bit-only python.org installers for 3.2.x and 2.7.x statically link a version 
of 3.7.4 sqlite3 in order to work on older versions of OS X which have much 
older or even no system versions of sqlite3.)

Can this issue be closed?

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

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

Reply via email to