Re: [sage-support] Cython spyx import problem

2016-02-16 Thread Daniel Krenn
On 2016-02-17 08:05, Jeroen Demeyer wrote: > On 2016-02-17 07:33, Daniel Krenn wrote: >> Calling this in my working directory with >>sage problem.spyx >> fails with >>Traceback (most recent call last): >>... >>ImportError: cannot import name ZZ >> >> What can I do to make it work? >

Re: [sage-support] Cython spyx import problem

2016-02-16 Thread Jeroen Demeyer
On 2016-02-17 07:33, Daniel Krenn wrote: My problem boils down to: problem.spyx from sage.rings.real_interval_field import RealIntervalField # fails RealIntervalField(100)(4.2) # not needed in minimal non-working example Calling this in my working directory with s

[sage-support] Cython spyx import problem

2016-02-16 Thread Daniel Krenn
My problem boils down to: problem.spyx from sage.rings.real_interval_field import RealIntervalField # fails RealIntervalField(100)(4.2) # not needed in minimal non-working example Calling this in my working directory with sage problem.spyx fails with Traceback (mos

[sage-support] Re: graphic conversion from maxima to sage

2016-02-16 Thread HG
At the moment I couldn't use circuitikz/tiks on SMC, but on local installation it works fine in sagemath ipython notebook sage-7 (probably sage-6.10 too... I haven't tried). William could you install tikz and circuitikz on SMC or tell us how to do it ? Best regards Henri (I am quiet buzy trying

Re: [sage-support] Either Sage is doing something wacky or I am.

2016-02-16 Thread Jeremy Martin
Fair enough, but as a mathematician, I expect / to mean division, not integer division, and integers to be integers Thanks for the tip about srange, which I did not know about. -Jeremy On Monday, February 15, 2016 at 9:08:07 AM UTC-6, Jeroen Demeyer wrote: > > On 2016-02-15 15:49, Jeremy Ma