[Numpy-discussion] return type diffences of indexed arrays with Intel C++ compiler (Python 2.5)
Lars Bittrich
lars.bittrich at googlemail.com
Tue Oct 3 04:53:22 CDT 2006
On Monday 02 October 2006 23:53, Travis Oliphant wrote:
> This is a Python 2.5 issue (the new __index__ method) was incorrectly
> implemented and allowing a 1-d array to be interpreted as an index.
>
> This should be fixed in SVN.
Ok, thank you. I tried that but the version of python-svn is 2.6 and there are
much more complications like:
File "[...]/lib/python2.6/site-packages/numpy/core/numeric.py", line 284
as = a.shape
^
SyntaxError: invalid syntax
File "[...]/lib/python2.6/site-packages/numpy/f2py/crackfortran.py", line 1647
as=b['args']
^
SyntaxError: invalid syntax
I should try Python 2.4 for more stable results.
P.S. Sorry for spaming you. I had problems with my mail address settings. I
did not expect the mails to arrive after a few days. I thought that they were
rejected.
More information about the Numpy-discussion
mailing list