Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1288 by ondrej.certik: update mpmath
http://code.google.com/p/sympy/issues/detail?id=1288
Attached is the patch from Fredrik, but unfortunately, sympy doesn't import
after the patch is applied, so it needs some more work:
In [1]: import sympy
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/home/ondra/repos/sympy/<ipython console> in <module>()
/home/ondra/repos/sympy/sympy/__init__.py in <module>()
17
18 import symbol as stdlib_symbol
---> 19 from sympy.core import *
20
21 from polys import *
/home/ondra/repos/sympy/sympy/core/__init__.py in <module>()
2 """
3
----> 4 from basic import Basic, S, C, sympify
5 from symbol import Symbol, Wild, symbols, var
6 from numbers import Number, Real, Rational, Integer, igcd, ilcm,
RealNumber, \
/home/ondra/repos/sympy/sympy/core/basic.py in <module>()
2
----> 3 import sympy.mpmath as mpmath
4
5 from assumptions import AssumeMeths, make__get_assumption
6 from sympify import _sympify, _sympifyit, sympify, SympifyError
/home/ondra/repos/sympy/sympy/mpmath/__init__.py in <module>()
52 from calculus import odeint
53
---> 54 from odes import odefun
55
56 from quadrature import quad, quadgl, quadts, quadosc, TanhSinh,
GaussLegendre
ImportError: No module named odes
Attachments:
0001-Update-sympy.mpmath-to-mpmath-svn.patch 647 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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-issues?hl=en
-~----------~----~----~----~------~----~------~--~---