[pypy-dev] pypy with sympy

Armin Rigo arigo at tunes.org
Wed Sep 19 13:58:14 CEST 2007


Hi Ondrej,

On Mon, Sep 17, 2007 at 04:32:13PM +0200, Ondrej Certik wrote:
> $ pypy `which py.test`
> ImportError: No module named py

That's obviously because the python path of pypy doesn't allow it to
find the 'py' module.  You don't have this problem if you don't use the
globally-installed py.test, but the one from a PyPy checkout instead:

    pypy .../pypy-dist/py/bin/py.test args...

or equivalently

    pypy .../pypy-dist/pypy/test_all.py args...


A bientot,

Armin.



More information about the Pypy-dev mailing list