Hi Armin, 2007/9/19, Armin Rigo <[EMAIL PROTECTED]>: > 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 _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
