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
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
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
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