Re: [Numpy-discussion] Numpy and Python 2.2 on RHEL3

2006-12-05 Thread Robert Kern
David Bogen wrote: > All: > > Is it possible to build Numpy using Python 2.2? I haven't been able to > find anything that explicitly lists the versions of Python with which > Numpy functions so I've been working under the assumption that the two > bits will mesh together somehow. numpy requires

Re: [Numpy-discussion] Numpy and Python 2.2 on RHEL3

2006-12-05 Thread David Bogen
Bill Spotz wrote: > > you might try > > from __future__ import generators > Some research did turn up that alternative, but then I started getting this error: $ /usr/bin/python2.2 setup.py build Running from numpy source directory. Traceback (most recent call last): File "setup.py", line

Re: [Numpy-discussion] Numpy and Python 2.2 on RHEL3

2006-12-05 Thread Bill Spotz
From http://docs.python.org/ref/yield.html you might try from __future__ import generators On Dec 5, 2006, at 9:07 AM, David Bogen wrote: > All: > > Is it possible to build Numpy using Python 2.2? I haven't been > able to > find anything that explicitly lists the versions of Pytho

[Numpy-discussion] Numpy and Python 2.2 on RHEL3

2006-12-05 Thread David Bogen
All: Is it possible to build Numpy using Python 2.2? I haven't been able to find anything that explicitly lists the versions of Python with which Numpy functions so I've been working under the assumption that the two bits will mesh together somehow. When I try to build Numpy 1.0.1 on RedHat Ente