export an array of floats to python

sturlamolden sturlamolden at yahoo.no
Thu Feb 22 13:41:27 EST 2007


On Feb 22, 7:36 pm, "sturlamolden" <sturlamol... at yahoo.no> wrote:

> npy_int dim = {480, 640}; /* whatever the size of your data, in C-
> order */

oops...

npy_int dim[] = {480, 640};





More information about the Python-list mailing list