Re: SQLite Version Issues
Roger Binns <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dennis Lee Bieber wrote: > Well... find out where the 3.1.3 version is installed, and what the On Macs it is a system file. For some reason MacOS goes pathologically out of its way to make you use the system sqlite (3.1.3) no matter what you try and do with with linking/library flags pointing to your own version. For the next release of apsw, the default instructions include the SQLite amalgamation into the apsw module and mark all the SQLite symbols private. This allows that SQLite to co-exist with other versions in the same process such as anything pulled in by CoreData. Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHR8kamOOfHg372QQRAmu3AKDWHGCjwTkICNA9a0NleFJgnUBCcwCgmb5M O5IdjjVSFl5Umz6HyeVBztQ= =w+dO -----END PGP SIGNATURE-----