Hi, I upgrade Sage from 4.4.1.rc0 to 4.4.1 release on Mac 10.6.4 x86-64 platform. Upgrade successful. When I run, it show following errors
---------------------------------------------------------------------- | Sage Version 4.4.1, Release Date: 2010-05-02 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /Users/shiki/sage/sage-4.4.1.rc0/local/lib/python2.6/site-packages/ IPython/ipmaker.pyc in force_import(modname) 64 reload(sys.modules[modname]) 65 else: ---> 66 __import__(modname) 67 68 /Users/shiki/sage/sage-4.4.1.rc0/local/bin/ipy_profile_sage.py in <module>() 5 preparser(True) 6 ----> 7 import sage.all_cmdline 8 sage.all_cmdline._init_cmdline(globals()) 9 /Users/shiki/sage/sage-4.4.1.rc0/local/lib/python2.6/site-packages/ sage/all_cmdline.py in <module>() 12 try: 13 ---> 14 from sage.all import * 15 from sage.calculus.predefined import x 16 preparser(on=True) /Users/shiki/sage/sage-4.4.1.rc0/local/lib/python2.6/site-packages/ sage/all.py in <module>() 62 get_sigs() 63 ---> 64 from sage.misc.all import * # takes a while 65 66 from sage.misc.sh import sh /Users/shiki/sage/sage-4.4.1.rc0/local/lib/python2.6/site-packages/ sage/misc/all.py in <module>() 68 from sage_eval import sage_eval, sageobj 69 ---> 70 from sage_input import sage_input 71 72 from cython import cython_lambda, cython_create_local_so /Users/shiki/sage/sage-4.4.1.rc0/local/lib/python2.6/site-packages/ sage/misc/sage_input.py in <module>() 161 """ 162 --> 163 from sage.misc.functional import parent 164 import math 165 /Users/shiki/sage/sage-4.4.1.rc0/local/lib/python2.6/site-packages/ sage/misc/functional.py in <module>() 36 37 ---> 38 from sage.rings.complex_double import CDF 39 from sage.rings.real_double import RDF, RealDoubleElement 40 ImportError: dlopen(/Users/shiki/sage/sage-4.4.1.rc0/local/lib/ python2.6/site-packages/sage/rings/complex_double.so, 2): Symbol not found: _avma Referenced from: /Users/shiki/sage/sage-4.4.1.rc0/local/lib/ python2.6/site-packages/sage/rings/complex_double.so Expected in: /Users/shiki/sage/sage-4.4.1.rc0/local/lib// libcsage.dylib in /Users/shiki/sage/sage-4.4.1.rc0/local/lib/python2.6/site-packages/ sage/rings/complex_double.so Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed. Please help. Thanks, Stephen -- 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 URL: http://www.sagemath.org