indexing arrays in extensions created with ext_tools (scipy.weave)
Soren
soren.skou.nielsen at gmail.com
Fri Oct 31 11:22:16 EDT 2008
Hi,
I'm trying to make a weave python extension to use in my program. I
already did it in inline, but that doesn't work with py2exe (needs
compiler), so I'm creating extensions instead using ext_tools.
Is there a way I can use blitz with ext_tools? so that I can refer to
arrays like a(x,y) in the c code?? I have alot of 2D arrays that needs
indexing in the C code..
Any help is appreciated!
Thanks,
Soren
More information about the Python-list
mailing list