From: Lars B. <lar...@go...> - 2006-10-04 01:57:50
|
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. |