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.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to