I just downloaded Sage 3.4 for Mac OSX (sage-3.4-Intel-OSX10.5-i386- Darwin.dmg). I installed it without trouble, but trying to run it I get the errors below. I'm running Mac OS X 10.4.11 on an Intel Core Duo Mac Mini. What am I doing wrong? Is there a different version of Sage specifically for 10.4?
---------------------------------------------------------------------- | Sage Version 3.4, Release Date: 2009-03-11 | | 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)... Do not interrupt this. --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /Applications/sage/local/bin/<string> in <module>() /Applications/sage/local/lib/python2.5/site-packages/sage/misc/ preparser_ipython.py in <module>() 6 ########################################################################### 7 ----> 8 import sage.misc.interpreter 9 10 import preparser /Applications/sage/local/lib/python2.5/site-packages/sage/misc/ interpreter.py in <module>() 100 101 import os --> 102 import log 103 104 import remote_file /Applications/sage/local/lib/python2.5/site-packages/sage/misc/log.py in <module>() 63 64 import interpreter ---> 65 import latex 66 import misc 67 /Applications/sage/local/lib/python2.5/site-packages/sage/misc/ latex.py in <module>() 41 import random 42 ---> 43 from misc import tmp_dir 44 import sage_eval 45 from sage.misc.misc import SAGE_DOC /Applications/sage/local/lib/python2.5/site-packages/sage/misc/misc.py in <module>() 26 27 import operator, os, stat, socket, sys, signal, time, weakref, resource, math ---> 28 import sage.misc.prandom as random 29 30 from banner import version, banner /Applications/sage/local/lib/python2.5/site-packages/sage/misc/ prandom.py in <module>() 54 # setting seeds should only be done through sage.misc.randstate . 55 ---> 56 from sage.misc.randstate import current_randstate 57 58 def _pyrand(): 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' --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /Applications/sage/local/lib/python2.5/site-packages/IPython/ ipmaker.py in force_import(modname) 64 reload(sys.modules[modname]) 65 else: ---> 66 __import__(modname) 67 68 /Applications/sage/local/bin/ipy_profile_sage.py in <module>() 1 import os 2 if 'SAGE_CLEAN' not in os.environ: ----> 3 import sage.misc.misc 4 from sage.misc.interpreter import preparser, _ip 5 preparser(True) /Applications/sage/local/lib/python2.5/site-packages/sage/misc/misc.py in <module>() 26 27 import operator, os, stat, socket, sys, signal, time, weakref, resource, math ---> 28 import sage.misc.prandom as random 29 30 from banner import version, banner /Applications/sage/local/lib/python2.5/site-packages/sage/misc/ prandom.py in <module>() 54 # setting seeds should only be done through sage.misc.randstate . 55 ---> 56 from sage.misc.randstate import current_randstate 57 58 def _pyrand(): 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 Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed. WARNING: Readline services not available on this platform. WARNING: The auto-indent feature requires the readline library <ERROR: name 'sage_prompt' is not defined> --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---