> scons: `install' is up to date. > Updating Cython code.... > Enabling Cython debugging support > Finished Cythonizing, time: 5.34 seconds. > Discovering Python source code.... > Discovered Python source, time: 0.05 seconds. > Cleaning up stale installed files.... > - cleaning /Applications/sage/local/lib/python2.7/site-packages > - cleaning /Applications/sage/local/lib/site-python > - cleaning /Applications/sage/src/build/lib.macosx-10.6-x86_64-2.7 > Finished cleaning, time: 0.13 seconds. > running install > running build > running build_py > running build_ext > Executing 0 commands (using 1 thread) > Time to execute 0 commands: 0.12 seconds. > Total time spent compiling C/C++ extensions: 0.29 seconds. > running install_lib > running install_egg_info > Removing > /Applications/sage/local/lib/python2.7/site-packages/sage-6.4.beta5-py2.7.egg-info > Writing > /Applications/sage/local/lib/python2.7/site-packages/sage-6.4.beta5-py2.7.egg-info > ┌────────────────────────────────────────────────────────────────────┐ > │ Sage Version 6.4.beta5, Release Date: 2014-10-12 │ > │ Type "notebook()" for the browser-based notebook interface. │ > │ Type "help()" for help. │ > └────────────────────────────────────────────────────────────────────┘ > ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ > ┃ Warning: this is a prerelease version, and it may be unstable. ┃ > ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ > Traceback (most recent call last): > File "/Applications/sage/src/bin/sage-ipython", line 9, in <module> > from sage.repl.readline_extra_commands import * > ImportError: > dlopen(/Applications/sage/local/lib/python2.7/site-packages/sage/repl/readline_extra_commands.so, > > 2): Library not loaded: /Applications/sage/local/lib/libreadline.6.2.dylib > Referenced from: > /Applications/sage/local/lib/python2.7/site-packages/sage/repl/readline_extra_commands.so > Reason: image not found > I removed the line
from sage.repl.readline_extra_commands import * in sage/src/bin/sage-ipython. Now at least sage runs again. This needs to be fixed though! Best, Anne -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
