Re: [sage-support] running a .spyx file?

2015-03-23 Thread Jeroen Demeyer
On 2015-03-23 02:57, John H Palmieri wrote: 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' As a work-around, adding

[sage-support] running a .spyx file?

2015-03-22 Thread John H Palmieri
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