Hi all, I've got an extern project, namely, which is not currently part of the Sage tree. Now, I want to start using doctests and I wonder how to do it. Sage reports a mysterious error. sage -t "jacobiforms/jacobiformd1nn_fegenerators.py" # Segfault
The point is, this even happens if I remove all tests. The module can be imported properly and has been perfectly working for some weeks. A guess is an issue with import, since I need some other files in another subpackage and the syntax of sage -t looks like Sage is actually changing the current working directory. Can this be true and how could I fix this? Since simply starting Sage then typing from jacobiforms.jacobiformd1nn_fegenerators import * works fine. Thanks a lot for your help! Martin -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org