On Feb 22, 7:36 pm, "sturlamolden" <[EMAIL PROTECTED]> wrote:

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

oops...

npy_int dim[] = {480, 640};


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to