Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

%paste leads to dyld: Symbol not found: _sqlite3_intarray_bind

I'm trying to paste Python code into Sage-5.12-OSX-64bit-10.8 and I'm getting the following error:

sage: %paste
dyld: Symbol not found: _sqlite3_intarray_bind
Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
Expected in: /Applications/Sage-5.12-OSX-64bit-10.8.app/Contents/Resources/sage/local/lib/libsqlite3.dylib
in /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData


## -- End pasted text --

What's wrong?

%cpaste works.