[sage-support] Re: axiom support

2006-10-19 Thread William Stein
> > A fresh install of sage-1.4.1.2 seems to be successful, but > > The following tests failed: > > > sage -t devel/sage-main/sage/libs/ec/ec.pyx > sage -t devel/sage-main/sage/functions/orthogonal_polys.py They don't fail for me, so perhaps you should list the failures? > To

[sage-support] Re: axiom support

2006-10-19 Thread William Stein
OK -- somehow I screwed up and pushed the alpha version of my code to the hg repository. It's fixed now. Please do the following: cd rm -rf devel/sage rm -rf devel/sage-main sage -f sage-1.4.1.2 Then sage -br On Thu, 19 Oct 2006 15:19:15 -0700, Jaap Spies <[EMAIL PROTECT

[sage-support] Re: axiom support

2006-10-19 Thread Jaap Spies
William Stein wrote: > On Thu, 19 Oct 2006 12:32:06 -0700, Jaap Spies <[EMAIL PROTECTED]> wrote: > > >>As I understand axiom is not a SAGE component. Which version of axiom is >>needed? > > > Upgrade to sage-1.4.1.2 (released minutes ago to fix this problem). > A fresh install of sage-1.4.

[sage-support] Re: axiom support

2006-10-19 Thread Jaap Spies
William Stein wrote: > Go do the devel/sage directory and type > > sage -hg update -C > > Then type sage -br. > Writing /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage -0.0.0-py2.5.egg-info real1m42.422s user1m37.438s sys 0m1.760s ---

[sage-support] Re: axiom support

2006-10-19 Thread William Stein
Go do the devel/sage directory and type sage -hg update -C Then type sage -br. On Thu, 19 Oct 2006 13:01:47 -0700, Jaap Spies <[EMAIL PROTECTED]> wrote: > William Stein wrote: > >> >> >> Upgrade to sage-1.4.1.2 (released minutes ago to fix this problem). >> Or put "nodoctest" in the first l

[sage-support] Re: axiom support

2006-10-19 Thread Jaap Spies
William Stein wrote: > > > Upgrade to sage-1.4.1.2 (released minutes ago to fix this problem). > Or put "nodoctest" in the first line of > devel/sage/sage/interfaces/axiom.py > upgrade failed with: Host system uname -a: Linux paix.jaapspies.nl 2.6.18-1.2200.fc5smp #1 SMP Sat Oct 14 17:15

[sage-support] Re: axiom support

2006-10-19 Thread William Stein
On Thu, 19 Oct 2006 12:32:06 -0700, Jaap Spies <[EMAIL PROTECTED]> wrote: > As I understand axiom is not a SAGE component. Which version of axiom is > needed? Upgrade to sage-1.4.1.2 (released minutes ago to fix this problem). Or put "nodoctest" in the first line of devel/sage/sage/interf

[sage-support] axiom support

2006-10-19 Thread Jaap Spies
As I understand axiom is not a SAGE component. Which version of axiom is needed? On my Fedora Core 5 system I have axiom 3.9 installed > Use (help) to get some basic information on how to use GCL. > AXIOM Computer Algebra System > Version: Axiom 3.9 (S

[sage-support] Re: Printed form of AxiomElement in a terminal

2006-10-19 Thread Vanuxem Grégory
Le jeudi 19 octobre 2006 à 10:51 -0700, William Stein a écrit : > I'd fixed all the problems you point out below... Thanks (and sorry) Greg --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group,

[sage-support] Re: Printed form of AxiomElement in a terminal

2006-10-19 Thread William Stein
The trac bug tracker can only be changed if you have an account. Write to me off list and I'll create one for you. William On Thu, 19 Oct 2006 10:18:27 -0700, Vanuxem Grégory <[EMAIL PROTECTED]> wrote: > > Le jeudi 19 octobre 2006 à 18:49 +0200, Vanuxem Grégory a écrit : > > [...] > >> PS: I

[sage-support] Re: Printed form of AxiomElement in a terminal

2006-10-19 Thread William Stein
Hi, Wait -- I made a big mistake in SAGE version 1.4.1 and released the wrong version of the axiom interface. The current one is in sage-1.4.1.1, which you can get with "sage -upgrade", etc. All of your remarks below apply to the 1.4.1 version, but I fixed all this. You can try 1.4.1.1 at

[sage-support] Re: Printed form of AxiomElement in a terminal

2006-10-19 Thread Vanuxem Grégory
Le jeudi 19 octobre 2006 à 18:49 +0200, Vanuxem Grégory a écrit : [...] > PS: I'm reporting this bug on the SAGE web site. ... without success. It seems to me that I must be logged; I wanted to try with the 'somebody' username and encountered this error: Trac detected an internal error: [...]

[sage-support] Printed form of AxiomElement in a terminal

2006-10-19 Thread Vanuxem Grégory
hello, There are some problems with the printed form of certain AxiomElements: === sage:a = axiom('2+7') sage:a/7 - 7 Type: Fraction Integer --- But, surprisingly, not: =