If you want to know the version of sympy you can either type sage:import sympy sage: sympy.__version__ '0.7.5'
or have a look here http://sagemath.org/packages/upstream/sympy/index.html Note that it will be update to 0.7.6 with http://trac.sagemath.org/ticket/17644 Vincent 2015-02-23 16:59 UTC+01:00, Paul Royik <[email protected]>: > Hello. > > > from sympy import asec > > On Monday, February 23, 2015 at 4:20:31 PM UTC+2, vdelecroix wrote: >> >> Hello, >> >> Which command did you tried exactly? "import sympy" works for me. >> >> Vincent >> >> 2015-02-23 14:46 UTC+01:00, Paul Royik <[email protected] >> <javascript:>>: >> >> > Hello. >> > I'm trying to use sympy insinde sage. >> > >> > But I've got following error: ImportError: cannot import name asec >> > As far as I know older versions of sympy didn't have asec class. >> > >> > So, what version of sympy does sage uses? >> > I use sage 6.5 >> > >> > -- >> > 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] <javascript:>. >> > To post to this group, send email to [email protected] >> <javascript:>. >> > Visit this group at http://groups.google.com/group/sage-support. >> > For more options, visit https://groups.google.com/d/optout. >> > >> > > -- > 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. > -- 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.
