[sage-support] Re: Sage installation Problem - cannot import name version

2018-08-01 Thread Jeremy Meza
I don't have anaconda installed. I did forget to mention that I'm on a Macbook Air running Mac OS X El Capitan. On Wednesday, August 1, 2018 at 9:26:52 AM UTC-7, slelievre wrote: > > > Tue 2018-07-31 19:53:48 UTC+2, Jeremy Meza: > > > I recently installed sage from source code and everything was

[sage-support] Re: Sage installation Problem - cannot import name version

2018-08-01 Thread slelievre
Tue 2018-07-31 19:53:48 UTC+2, Jeremy Meza: > I recently installed sage from source code and everything was fine. > Then, later, when I was trying to test out some code, sage wouldn't > run and I got this error > > [...] > > I ended up running "make distclean && make" to try to just > start over

[sage-support] legendre_P and chebyshev_T : strange (for me).

2018-08-01 Thread Thierry Dumont
Let's do this: sage: R = PolynomialRing(AA,"x") sage: x = R.gen() sage: n=3 Then: sage: chebyshev_T(n,x).parent() Univariate Polynomial Ring in x over Algebraic Real Field Ok. But: sage: legendre_P(n,x).parent() Symbolic Ring why that ? Yours, t. -- You received this message because you are