Hi, here is the new sympy spkg + a corresponding patch to Sage:
http://trac.sagemath.org/sage_trac/ticket/2941 When I run tests I got quite a lot of errors, but I guess they are not related: $ sage -testall Testing of examples currently not implemented. Testing SAGE documentation Testing SAGE tutorial /home/ondra/ext/sage/local/bin/sage-maketest: line 18: cd: /home/ondra/ext/sage/devel/doc/tut: No such file or directory ERROR: File ./tut.tex is missing exit code: 1 ---------------------------------------------------------------------- The following tests failed: ./tut.tex Total time for all tests: 0.0 seconds Testing SAGE programming guide /home/ondra/ext/sage/local/bin/sage-maketest: line 22: cd: /home/ondra/ext/sage/devel/doc/prog: No such file or directory ERROR: File ./prog.tex is missing exit code: 1 ---------------------------------------------------------------------- The following tests failed: ./prog.tex Total time for all tests: 0.0 seconds Testing SAGE constructions guide /home/ondra/ext/sage/local/bin/sage-maketest: line 26: cd: /home/ondra/ext/sage/devel/doc/const: No such file or directory ERROR: File ./const.tex is missing exit code: 1 ---------------------------------------------------------------------- The following tests failed: ./const.tex [...] sage -t devel/sage-main/sage/stats/test.py ********************************************************************** File "test.py", line 5: sage: import rpy Exception raised: Traceback (most recent call last): File "/home/ondra/ext/sage/local/lib/python2.5/doctest.py", line 1212, in __run compileflags, 1) in test.globs File "<doctest __main__.example_0[0]>", line 1, in <module> import rpy###line 5: sage: import rpy File "/home/ondra/ext/sage/local/lib/python/site-packages/rpy.py", line 134, in <module> """ % RVERSION) RuntimeError: libR.so: cannot open shared object file: No such file or directory RPy module can not be imported. Please check if your rpy installation supports R 2.6.1. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: sage: from rpy_options import set_options sage: set_options(RHOME='c:/progra~1/r/rw2011/') sage: from rpy import * ********************************************************************** 1 items had failures: 1 of 1 in __main__.example_0 ***Test Failed*** 1 failures. The tests are still running. However, the most important test for this patch, "test_sympy.py", passes. Ondrej --~--~---------~--~----~------------~-------~--~----~ 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/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
