mike bayer <[email protected]> added the comment:
so if I look at my system installed python, which successfully looks only at the
/usr/lib sqlite, i see this:
otool -L
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_sqlite3.so
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_sqlite3.so:
/usr/lib/libsqlite3.dylib (compatibility version 9.0.0, current version
9.6.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 169.3.0)
then the Python that I built manually, uses the homebrew one:
otool -L
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_sqlite3.so
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_sqlite3.so:
/usr/local/opt/sqlite/lib/libsqlite3.0.8.6.dylib (compatibility version
9.0.0,
current version 9.6.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1669.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 169.3.0)
somehow they're doing that. shrugs
________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1564>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue