Zach, I put the source my Cython generated here: http://mentat.za.net/refer/bilateral_base.c Can you try to compile that? Cheers Stéfan 2009/3/1 Zachary Pincus <zachary.pincus@yale.edu>:
Well, the latest cython doesn't help -- both errors still appear as below. (Also, the latest cython can't run the numpy tests either.) I'm befuddled.
That's pretty weird. Did you remove the .so that was build as well as any source files, before doing build_ext with the latest Cython? Also good to make sure that the latest Cython is, in fact, the one being used.
Yeah... and I just tried that again, with the same results. I have no idea what could be going wrong. E.g. why would 'cimport numpy as np' not add np to the namespace on my machine whereas it does so on yours...