On Thu, Sep 15, 2011 at 10:02 PM, Alex Gaynor <alex.gaynor@gmail.com> wrote:How precisely?
> I think, for the time being, the appropriate solution is to just check the
> Python version, the original NumPy doesn't run on PyPy so it should be fine.
> Alex
The problem I am running into is that "import numpy" appears
to work under PyPy 1.6 (you get micronumpy) but later things like
numpy.get_include() don't work (AttributeError). Should I just treat
that exception itself as meaning it is micronumpy not real numpy?
Thanks,
Peter