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.
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to