Hi! I just tried to install Sage-4.6 on the computer in my new office, but it failed.
The last line of the install.log says: To install gap, gp, singular, etc., scripts in a standard bin directory, start sage and type something like sage: install_scripts('/usr/local/bin') at the Sage command prompt. To build the documentation, run make doc Sage build/upgrade complete! So, it looks like a success. However, when starting Sage, I get ---------------------------------------------------------------------- | Sage Version 4.6, Release Date: 2010-10-30 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /mnt/local/king/SAGE/sage-4.6/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 /mnt/local/king/SAGE/sage-4.6/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 /mnt/local/king/SAGE/sage-4.6/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) /mnt/local/king/SAGE/sage-4.6/local/lib/python2.6/site-packages/sage/ all.py in <module>() 66 from sage.misc.sh import sh 67 ---> 68 from sage.libs.all import * 69 70 get_sigs() /mnt/local/king/SAGE/sage-4.6/local/lib/python2.6/site-packages/sage/ libs/all.py in <module>() 1 from sage.rings.memory import pmem_malloc 2 ----> 3 import sage.libs.ntl.all as ntl 4 5 #import sage.libs.cf.cf as cf /mnt/local/king/SAGE/sage-4.6/local/lib/python2.6/site-packages/sage/ libs/ntl/all.py in <module>() 24 #***************************************************************************** 25 ---> 26 from sage.libs.ntl.ntl_ZZ import ( 27 ntl_setSeed, \ 28 ntl_ZZ as ZZ, ImportError: dynamic module does not define init function (initntl_ZZ) Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed. Here are the data: uname -a Linux mpc622 2.6.34.linuxpool #0 SMP PREEMPT Wed May 19 16:32:19 CEST 2010 x86_64 GNU/Linux gcc -v Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-6' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs -- enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program- suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build- id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 -- libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx- debug --enable-objc-gc --with-arch-32=i586 --with-tune=generic -- enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux- gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.4.5 (Debian 4.4.5-6) The processor is Intel(R) Core(TM) i3 CPU 530 @ 2.93GHz What can I do to make Sage work on my machine? Cheers, Simon -- 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