I attempted to upgrade my Sage software from 2.something to 3.0. I renamed my old /Applications/sage folder, copied in the new one from the dmg, and did the usual launch of the sage icon using Terminal. It said
---------------------------------------------------------------------- | SAGE Version 3.0, Release Date: 2008-04-21 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- The SAGE install tree may have moved. Regenerating Python.pyo and .pyc files that hardcode the install PATH (please wait at most a few minutes)... Please do not interrupt this. --------------------------------------------------------------------------- <type 'exceptions.ImportError'> Traceback (most recent call last) /Applications/sage/local/bin/<string> in <module>() ... <some number of lines deleted for brevity> ... <type 'exceptions.ImportError'>: dlopen(/Applications/sage/local/lib/ python2.5/site-packages/sage/misc/randstate.so, 2): Symbol not found: _close$UNIX2003 Referenced from: /Applications/sage/local/lib//libpari-gmp.dylib Expected in: flat namespace WARNING: Failure executing code: 'import sage.misc.preparser_ipython; sage.misc.preparser_ipython.magma_colon_equals=True' WARNING: Readline services not available on this platform. WARNING: The auto-indent feature requires the readline library WARNING: Proper color support under MS Windows requires the pyreadline library. You can find it at: http://ipython.scipy.org/moin/PyReadline/Intro Gary's readline needs the ctypes module, from: http://starship.python.net/crew/theller/ctypes (Note that ctypes is already part of Python versions 2.5 and newer). Defaulting color scheme to 'NoColor' ... <some more lines deleted for brevity> ... I captured all of the output (about 90 lines or so) into a text file and I can provide it upon request. Any clues? How should I proceed? --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---