> > ./sage -br
> >
> > to re-build and run.
No luck:
copying build/lib.linux-i686-2.5/sage/interfaces/axiom.py ->
/home/martin/Documents/sage-3.1.4/local/lib/python2.5/site-packages/sage/interfaces
byte-compiling
/home/martin/Documents/sage-3.1.4/local/lib/python2.5/site-packages/sage/interfaces/axiom.py
to axiom.pyc
running install_scripts
changing mode of /home/martin/Documents/sage-3.1.4/local/bin/dsage_worker.py to
755
changing mode of /home/martin/Documents/sage-3.1.4/local/bin/dsage_setup.py to
755
changing mode of /home/martin/Documents/sage-3.1.4/local/bin/spkg-debian-maybe
to 755
running install_data
running install_egg_info
Removing
/home/martin/Documents/sage-3.1.4/local/lib/python2.5/site-packages/sage-0.0.0-py2.5.egg-info
Writing
/home/martin/Documents/sage-3.1.4/local/lib/python2.5/site-packages/sage-0.0.0-py2.5.egg-info
----------------------------------------------------------------------
| SAGE Version 3.1.4, Release Date: 2008-10-20 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: var('z')
z
sage: A=axiom.series(z,z=0)
sage: A
z
sage: A
sage: A
z
sage: B=1-A
sage: B
1 - z
sage: B
1 - z
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---