[pypy-issue] [issue1564] sqlite3 can't import w/ OSX pypy-2.1-beta2

mike bayer tracker at bugs.pypy.org
Mon Jul 29 22:28:13 CEST 2013


mike bayer <mike_mp at zzzcomputing.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1564>
________________________________________


More information about the pypy-issue mailing list