This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Mark.Bucciarelli, ghaering, ned.deily, poq
Date 2011-10-17.21:31:22
SpamBayes Score 3.6410745e-06
Marked as misclassified No
Message-id <1318887082.85.0.66590847928.issue12997@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-10-17 21:31:22ned.deilysetrecipients: + ned.deily, ghaering, poq, Mark.Bucciarelli
2011-10-17 21:31:22ned.deilysetmessageid: <1318887082.85.0.66590847928.issue12997@psf.upfronthosting.co.za>
2011-10-17 21:31:22ned.deilylinkissue12997 messages
2011-10-17 21:31:22ned.deilycreate