Hi Craig On Wed, Sep 22, 2010 at 7:42 PM, Craig Citro <[email protected]> wrote: > So here's an ugly answer: put the `cimport numpy as np` before the > `import numpy as np`. I've got "clean up the semantics of import vs. > cimport" on my todo list, but it's a big ugly ball of sadness, so it's > still sitting on the todo list. ;) Probably the first fix is to write > a simple pass that moves the cimports up ...
Perfect, that did the job! Thanks a lot. Regards Stéfan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
