I have recently decided to move my daily workflow to SAGE. I am on OpenSUSE 12.3, and trying to build SAGE 5.12 from source. However, the build stops at "conway_polynomials-0.4.p0" complaining that there is no such module "sage.all".
I am new to SAGE, but based on what I have found online, I think the installation might be trying to use my local python installation which doesn't include SAGE. Any ideas or solutions? Has anybody seen this happen before? Here is the relevant log file: Found package conway_polynomials-0.4.p0 in spkg/standard/conway_polynomials-0.4.p0.spkg conway_polynomials-0.4.p0 ==================================================== Extracting package /home/kerem/build/sage-5.12/spkg/standard/conway_polynomials-0.4.p0.spkg -rw-r--r-- 1 kerem users 227128 Mar 15 2013 /home/kerem/build/sage-5.12/spkg/standard/conway_polynomials-0.4.p0.spkg Finished extraction **************************************************** Host system: Linux linux-kerem 3.7.10-1.16-desktop #1 SMP PREEMPT Fri May 31 20:21:23 UTC 2013 (97c14ba) x86_64 x86_64 x86_64 GNU/Linux **************************************************** C compiler: gcc C compiler version: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) **************************************************** Traceback (most recent call last): File "./spkg-install", line 4, in <module> from sage.all import save ImportError: cannot import name save real 0m0.012s user 0m0.010s -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
