1 | initial version |
I'm having the same problem. Changing the $PATH as suggested above didn't help. Entered
/Applications/Sage-4.7.2-OSX-64bit-10.6.app/Contents/Resources/sage/sage -c "print os.getenv('PATH')"
as suggested above, and got this error:
Traceback (most recent call last):
File "/Applications/Sage-4.7.2-OSX-64bit-10.6.app/Contents/Resources/sage//local/bin/sage-eval", line 4, in <module>
from sage.all import *
File "/Users/buildbot/build/sage/bsd-1/bsd_64_binary/build/sage-4.7.2/local/lib/python2.6/site-packages/sage/all.py", line 63, in <module>
ImportError: dlopen(/Applications/Sage-4.7.2-OSX-64bit-10.6.app/Contents/Resources/sage/local/lib/python2.6/site-packages/sage/ext/c_lib.so, 2): Library not loaded: libcsage.dylib
Referenced from: /Applications/Sage-4.7.2-OSX-64bit-10.6.app/Contents/Resources/sage/local/lib/python2.6/site-packages/sage/ext/c_lib.so
Reason: no suitable image found. Did find:
/usr/local/lib/libcsage.dylib: stat() failed with errno=13
Has anyone had any luck using the 4.7 version, or the 32 bit version?