On 5/2/07, Darren Dale <[EMAIL PROTECTED]> wrote:
> I know Numeric is no longer supported, but I just upgraded to python-2.5 and
> now I'm having problems indexing Numeric arrays:

Fine on 32-bit ubuntu, using Python 2.5:

In [4]: Numeric.arange(0,10)[:]
Out[4]: array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])

In [5]: Numeric.__version__
Out[5]: '24.2'

But I think that Numeric isn't 100% 64-bit safe (perhaps when run
under Python 2.5).

cheers,

f
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to