upiterbarg / mpmath

Automatically exported from code.google.com/p/mpmath
Other
0 stars 0 forks source link

Package installation issues on Ubuntu 12.04 #232

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by Mur...@gmail.com on 11 Jan 2013 at 8:52

GoogleCodeExporter commented 9 years ago
The package will work just fine despite these errors.

Original comment by fredrik....@gmail.com on 15 Jan 2013 at 12:32