[Numpy-tickets] [NumPy] #345: python 2.5 syntax in test_errstate.py breaks installation
NumPy
numpy-tickets at scipy.net
Sat Oct 14 12:11:02 CDT 2006
#345: python 2.5 syntax in test_errstate.py breaks installation
-------------------------+--------------------------------------------------
Reporter: AndrewStraw | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
The Python2.5 syntax (with statements) breaks the byte-compilation step of
installation. This kills installation on Debian (as probably other)
systems.
From the commented out code in the file, it's clear that someone knows
about this issue, but in the runup to 1.0, I thought I'd make sure the
latest SVN trunk is working and came across this build gotcha.
Patch attached.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/345>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list