<br><br><div class="gmail_quote">On Tue, Feb 1, 2011 at 8:02 AM, Mark Sienkiewicz <span dir="ltr"><<a href="mailto:sienkiew@stsci.edu">sienkiew@stsci.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
I looked on the web site, but I couldn't find a list of python versions that numpy expects to work on.  Is the trunk still expected to work in Python 2.5 ?<br>
<br>
I'm asking because it doesn't, but I don't want to file a bug report if it is not expected to.  The problem shows up when I run numpy.test():<br>
<br>
  File "/usr/stsci/pyssgdev/2.5.4/numpy/testing/utils.py", line 619<br>
    except ValueError as e:<br>
                       ^<br>
SyntaxError: invalid syntax<br>
<br></blockquote><div><br>Python >= 2.4 is supported, so using the new exception syntax is a bug. Please open a ticket.<br><br>Chuck <br></div></div>