Status: New
Owner: ----
New issue 232 by
Mur...@gmail.com: Package installation issues on Ubuntu
12.04
http://code.google.com/p/mpmath/issues/detail?id=232
What steps will reproduce the problem?
1. apt-get install python-mpmath
What is the expected output?
No errors.
What do you see instead?
Processing triggers for python-support ...
Compiling /usr/lib/pymodules/python2.7/mpmath/libmp/exec_py3.py ...
SyntaxError: ('invalid syntax',
('/usr/lib/pymodules/python2.7/mpmath/libmp/exec_py3.py', 1, 12, 'exec_ =
exec\n'))
Compiling /usr/lib/pymodules/python2.7/mpmath/tests/extratest_gamma.py ...
SyntaxError: ('invalid syntax',
('/usr/lib/pymodules/python2.7/mpmath/tests/extratest_gamma.py', 50,
35, ' print("%s ok;" % name, end=\' \')\n'))
Compiling /usr/lib/pymodules/python2.7/mpmath/tests/torture.py ...
SyntaxError: ('invalid syntax',
('/usr/lib/pymodules/python2.7/mpmath/tests/torture.py', 80,
27, ' print(".", end=\' \')\n'))
What version of the product are you using? On what operating system?
I'm using Ubuntu 12.04 and the current python-mpmath is 0.17-1. Is this
something that will make the package not work correctly?
Saw it reported earlier in different issues 204 and 209.