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
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