Try ./sage -b
otherwise I'm out of my depth. You can (should be able to) go back to the original revision with ./sage -b main --Stefan. On Thursday, June 20, 2013 12:10:37 PM UTC-4, Smitty Horne wrote: > > On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > > I have installed the Sage program and, as far as I can tell, installed > the matroids portion (including patches). But when I try to run the command > 'from sage.matroids.all import *', I get an error that says "No module > named matroids.all". Do any of you have an idea on what I am missing? Thank > you very much. > > Unfortunately, now my sage won't run... I am getting the following error: > FYI it was running previously before I ran the -clone mymatroid command. > > Smittys-MacBook-Pro:sage swood$ ./sage > ---------------------------------------------------------------------- > | Sage Version 5.9, Release Date: 2013-04-30 | > | Type "notebook()" for the browser-based notebook interface. | > | Type "help()" for help. | > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/Applications/sage/local/bin/sage-ipython", line 6, in <module> > from sage.misc.interpreter import SageTerminalApp > File > "/Applications/sage/local/lib/python2.7/site-packages/sage/misc/interpreter.py", > > line 67, in <module> > import os, log, re, new, sys > File > "/Applications/sage/local/lib/python2.7/site-packages/sage/misc/log.py", > line 65, in <module> > import latex > File > "/Applications/sage/local/lib/python2.7/site-packages/sage/misc/latex.py", > line 60, in <module> > from sage.misc.cachefunc import cached_function, cached_method > ImportError: > dlopen(/Applications/sage/local/lib/python2.7/site-packages/sage/misc/cachefunc.so, > > 2): Library not loaded: libcsage.dylib > Referenced from: > /Applications/sage/local/lib/python2.7/site-packages/sage/misc/cachefunc.so > Reason: image not found > Error in atexit._run_exitfuncs: > Traceback (most recent call last): > File "/Applications/sage/local/lib/python/atexit.py", line 24, in > _run_exitfuncs > func(*targs, **kargs) > File > "/Applications/sage/local/lib/python2.7/site-packages/sage/misc/temporary_file.py", > > line 51, in delete_tmpfiles > from sage.misc.misc import SAGE_TMP > File > "/Applications/sage/local/lib/python2.7/site-packages/sage/misc/misc.py", > line 39, in <module> > import sage.misc.prandom as random > File > "/Applications/sage/local/lib/python2.7/site-packages/sage/misc/prandom.py", > line 58, in <module> > from sage.misc.randstate import current_randstate > ImportError: > dlopen(/Applications/sage/local/lib/python2.7/site-packages/sage/misc/randstate.so, > > 2): Library not loaded: libcsage.dylib > Referenced from: > /Applications/sage/local/lib/python2.7/site-packages/sage/misc/randstate.so > Reason: image not found > Error in sys.exitfunc: > Traceback (most recent call last): > File "/Applications/sage/local/lib/python/atexit.py", line 24, in > _run_exitfuncs > func(*targs, **kargs) > File > "/Applications/sage/local/lib/python2.7/site-packages/sage/misc/temporary_file.py", > > line 51, in delete_tmpfiles > from sage.misc.misc import SAGE_TMP > File > "/Applications/sage/local/lib/python2.7/site-packages/sage/misc/misc.py", > line 39, in <module> > import sage.misc.prandom as random > File > "/Applications/sage/local/lib/python2.7/site-packages/sage/misc/prandom.py", > line 58, in <module> > from sage.misc.randstate import current_randstate > ImportError: > dlopen(/Applications/sage/local/lib/python2.7/site-packages/sage/misc/randstate.so, > > 2): Library not loaded: libcsage.dylib > Referenced from: > /Applications/sage/local/lib/python2.7/site-packages/sage/misc/randstate.so > Reason: image not found > > -- 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.
