[pypy-dev] pypy with sympy

Carl Friedrich Bolz cfbolz at gmx.de
Wed Sep 19 14:19:51 CEST 2007


Hi Armin,

2007/9/19, Armin Rigo <arigo at tunes.org>:
> 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...

that doesn't really help if you don't have a pypy checkout at all, but
only use the pypy binary installed by Debian. I guess some rethinking
there is in order.

Cheers,

Carl Friedrich



More information about the Pypy-dev mailing list