Hello all, Why do I get
"In [305]: from sympy import abc --------------------------------------------------------------------------- ImportError Traceback (most recent call last) C:\Documents and Settings\oliveira\<ipython console> in <module>() ImportError: cannot import name abc " Is this way of using abc deprecated? Or is it because I didn't really install the package of sympy to the python bundle? ( I didn't, because I don't want to mix the packets in python with code in development). Thanks, Julio -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
