Luis, Please use the Sage email list. That is why it is here. Private emails are for private conversations.
You could try the patch discussed in this email: http://groups.google.com/group/sage-devel/msg/c12983a22e0b7d90 There are several threads on the sage-devel list about synchronization problems with readline and clisp which affects the axiom.py interface on some platforms. But I have not seen this problem on more recent versions of Sage (until now). On Sun, Jan 18, 2009 at 6:24 AM, Luis Rivera wrote: > > Bill, > > I saw the cascade of message triggered by my question. I don't > understand everything but I hope at least it goes in the direction > you wanted ... > The issue is just who is going to do the work of testing and packaging the patches. > I completely re-compiled sage (3.2.1) and I think my sage installation > is cleaner now. However I still have problems with the axiom interface. Did you apply Mike Hansen's patches? > Since I don't really know axiom or page, I am not completely sure, but > I keep getting a very strange behavior. I included below a short example > of sage-axiom session with surprising answers. Could you please take > a look at it (the empty lines are really output empty lines). > What you show below is typical of a synchronization problem between Sage and FriCAS. Regards, Bill Page. > Thanks again for your time. > > Regards, > > Luis > > PS. Whew I run either axiom or 'sage -axiom' everything seems to work. > > -------------------------------------------------- > [l...@urubamba sage-3.2.1]#17 sage > ---------------------------------------------------------------------- > | Sage Version 3.2.1, Release Date: 2008-12-01 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > sage: LambdaK=axiom('CliffordAlgebra(4,Fraction Polynomial > Integer,quadraticForm diagonalMatrix [0,0,0,0])') > sage: e1=axiom('e(1)$%s'%(LambdaK.name())) > sage: e2=axiom('e(2)$%s'%(LambdaK.name())) > sage: print e1 > > sage: print e2 > CliffordAlgebra(4,Fraction Polynomial Integer,MATRIX) > sage: print e1 > > sage: print e1 > e > 1 > sage: e1 > > sage: e1 > > e > 2 > sage: e1 > > sage: e1 > > e > 1 > sage: e1 > > sage: e2 > > e > 2 > sage: e2 > > sage: e2 > > e > 1 > > -------------------------------------- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---