In sage 2.5.0.2 I'm having trouble building maxima's command list
(tried this on a linux powerpc machine where I compiled SAGE from the
source, as well as an x64 machine with precompiled binaries):

sage: maxima.diff
Building Maxima command completion list (this takes
a few seconds only the first time you do it).
To force rebuild later, delete /home/brandon/.sage//
maxima_commandlist_cache.sobj.

The file listed is never created, and no matter how long I wait, the
message above will still appear when I try to do tab completion.
However, I can still execute maxima.diff ok, but not some other
commands (like maxima.index):

sage: maxima.diff(x^2,x)
2*x
sage: maxima.index(x^2)
index(x^2)

Of course, this is probably because there is no index call function in
devel/sage-main/sage/interfaces/maxima.py


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@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-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to