Intel Mac, OS 10.4.11 The install seemed to go okay, but when I try to run it, I seem to be missing something. Also, some of the error messages mention Wiindows, so that seems very strange. Can someone tell me exactly what I need based on the output?
<type 'exceptions.ImportError'>: dlopen(/Applications/sage/local/lib/ python2.5/site-packages/sage/misc/misc_c.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' --------------------------------------------------------------------------- <type 'exceptions.ImportError'> Traceback (most recent call last) /Applications/sage/local/bin/<ipython console> in <module>() /Users/was/build/sage-2.11/local/lib/python2.5/site-packages/sage/misc/ misc.py in <module>() <type 'exceptions.ImportError'>: dlopen(/Applications/sage/local/lib/ python2.5/site-packages/sage/misc/misc_c.so, 2): Symbol not found: _close$UNIX2003 Referenced from: /Applications/sage/local/lib//libpari-gmp.dylib Expected in: flat namespace <ERROR: name 'sage_prompt' is not defined> --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
