Comment #38 on issue 2482 by brad.froehle: Stop bundling mpmath
http://code.google.com/p/sympy/issues/detail?id=2482
I've read through the comments and I appreciate those that deal with the
end user experience. However I think this points to an even stronger need
to unbundle mpmath. As an end user, I expect to be able to install the
Python 3 version of sympy just by doing:
$ python3 setup.py install
It's how all the other Python packages work (IPython, NumPy, etc).
As pointed out above, it's really simple to just add use_2to3 to the
distutils setup call (perhaps after importing setuptools in Python 3) to
have 2to3 automatically run.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.