2009/6/22 Nick Alexander <ncalexan...@gmail.com>: > > > On 22-Jun-09, at 9:38 AM, Robert Miller wrote: > >> >> I tried running the Sage notebook as follows, from SAGE_ROOT/devel/ >> sage-main: >> >> $ ../../sage -notebook >> >> And I get the following error: >> >> Please wait while the Sage Notebook server starts... >> Traceback (most recent call last): >> File "/Users/rlmill/sage-4.0.2/local/bin/sage-notebook", line 9, in >> <module> >> from sage.server.notebook.all import notebook >> File "/Users/rlmill/sage-4.0.2/devel/sage-main/sage/server/notebook/ >> all.py", line 15, in <module> >> from notebook_object import notebook, inotebook >> File "/Users/rlmill/sage-4.0.2/devel/sage-main/sage/server/notebook/ >> notebook_object.py", line 19, in <module> >> import notebook as _notebook >> File "/Users/rlmill/sage-4.0.2/devel/sage-main/sage/server/notebook/ >> notebook.py", line 22, in <module> >> from sage.structure.sage_object import SageObject, load >> ImportError: No module named sage_object > > These recent path errors have bitten me too; always, the solution has > been to run the programs from a different directory. Looks like we > need to get to the bottom of this.
This sounds like the same thing which makes sage -merge fail if you do it from SAGE_ROOT/devel/sage-clone John > > Nick > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---