On Thu, Sep 15, 2011 at 10:02 PM, Alex Gaynor <alex.gay...@gmail.com> wrote:
> 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

How precisely?

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
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to