Re: [Cython] Memory views not working on Python 2.6.6, NumPy 1.3.0, doing smth wrong?

2013-06-03 Thread Sturla Molden
Den 3. juni 2013 kl. 14:24 skrev "Yury V. Zaytsev" : > > When I cythonize the following code in my bt.pyx file and run the test > below with Python 2.7.1 and NumPy 1.7.1 everything works fine, but when > I try Python 2.6.6 and NumPy 1.3.0 I get the following exception: > > > Is there a minimu

[Cython] Memory views not working on Python 2.6.6, NumPy 1.3.0, doing smth wrong?

2013-06-03 Thread Yury V. Zaytsev
Hi, I'm a bit confused about the memory views feature and I hope that you can help me out... When I cythonize the following code in my bt.pyx file and run the test below with Python 2.7.1 and NumPy 1.7.1 everything works fine, but when I try Python 2.6.6 and NumPy 1.3.0 I get the following except