On 2016-02-17 17:25, Dima Pasechnik wrote: > it's not related to RIF, it seems. Compilation ends with > > ImportError: cannot import name ZZ > > and even the following does not work: > > import sage.all > from sage.all import * > from sage.rings.integer_ring import ZZ > print ZZ(1000) > > ------------------------------ > Broken spyx support, in general (on the latest 7.1 beta) ?!
Fails on 7.1.beta4, 7.0, 6.9 with ImportError: cannot import name ZZ Fails on 6.8 as well, but with error: command 'gcc' failed with exit status 1 This is now http://trac.sagemath.org/ticket/20093 Best, Daniel -- 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 https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
