Did running a .spyx file break? If I have a file "testing.spyx' containing
import sage.all sage.all.ZZ and then I run 'sage testing.spyx', I get an error: AttributeError: 'module' object has no attribute 'all' I think this ought to work. Should 'from sage.all import *' work also? It doesn't. Presumably these are bugs. Once they are fixed, we should add a corresponding test to tests/cmdline.py. (There is a test there for running a .spyx file, but we should have a test which includes an import statement involving the Sage library.) -- John -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
