Le jeudi 16 février 2012 à 07:50 -0800, dennis a écrit : > Hi, > > > I downloaded sympy from git and ran "bin/use2to3" but seems that it > does not convert mpmath. The directory is missing in "py3k-sympy". > > > I get the following error: > > > > >>> import sympy > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "sympy\__init__.py", line 49, in <module> > from sympy.core import * > File "sympy\core\__init__.py", line 8, in <module> > from .expr import Expr, AtomicExpr > File "sympy\core\expr.py", line 4, in <module> > from .evalf import EvalfMixin > File "sympy\core\evalf.py", line 6, in <module> > import sympy.mpmath.libmp as libmp > ImportError: No module named mpmath.libmp > > > Any ideas?
Try to run bin/use2to3 again, it's been known to forget files sometimes, for no apparent reason. -- 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.
