On Thu, Sep 15, 2011 at 5:55 PM, Peter Cock <p.j.a.c...@googlemail.com>wrote:
> 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 > Well, until we implement it anyways :) That's why I think something like "import platform; platform.python_implementation == 'PyPy'" is a godo way to check. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev