More details might help. What is your operating system? Did you compile the program or are you running a binary? Is this a "fresh" install or did you do some hacking with the source code?
+++++++++++++++++++++++++++++ On 10/1/07, chris wuthrich <[EMAIL PROTECTED]> wrote: > > > Hi out there, can anyone tell me why I get this error. > I get the same error when trying to start the 'gp' from sage. > > Chris. > > > ---------------------------------------------------------------------- > | SAGE Version 2.8.5.1, Release Date: 2007-09-26 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > > --------------------------------------------------------------------------- > <type 'exceptions.ImportError'> Traceback (most recent call > last) > > /local/pmzcw/prog/sage-2.8.5.1/local/bin/<ipython console> in > <module>() > > /local/pmzcw/prog/sage/local/lib/python2.5/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) > > /local/pmzcw/prog/sage/local/lib/python2.5/site-packages/sage/all.py > in <module>() > 51 get_sigs() > 52 > ---> 53 from sage.misc.all import * # takes a while > 54 > 55 from sage.misc.sh import sh > > /local/pmzcw/prog/sage/local/lib/python2.5/site-packages/sage/misc/ > all.py > in <module>() > 61 from func_persist import func_persist > 62 > ---> 63 from functional import (additive_order, > 64 sqrt as numerical_sqrt, > 65 arg, > > /local/pmzcw/prog/sage/local/lib/python2.5/site-packages/sage/misc/ > functional.py > in <module>() > 31 > 32 > ---> 33 from sage.rings.complex_double import CDF > 34 from sage.rings.real_double import RDF, RealDoubleElement > 35 > > <type 'exceptions.ImportError'>: > /local/pmzcw/prog/sage/local/lib/libpari-gmp.so.2: cannot restore > segment prot after reloc: Permission denied > > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---