On 12 April 2011 17:55, H <[email protected]> wrote: > Hi- > I have been trying to install Sage on my laptop running Ubuntu 10.10. > I downloaded the binary tar files and extracted them. I ran Sage in a > terminal, after it is done resetting paths there is ImportError > Traceback (most recent call last) and then it seems to import a bunch > of stuff. Everything looks standard until the end when I get > > ImportError: libgfortran.so.3: cannot open shared object file: No such > file or directory
I thought Sage binaries provided the fortran library, so I'm surprosed you get this problem. But try: $ sudo apt-get install gfortran Dave -- 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 URL: http://www.sagemath.org
