Hi Russel, On Wed, Feb 8, 2012 at 18:40, Russel Winder <[email protected]> wrote: > ImportError: No module named SCons
You need to install SCons for this PyPy. That's just the same as installing it manually for the particular version of CPython you're testing: you get its sources and run "pypy setup.py install". The difference is that SCons is also available as a package in your Linux distribution; this package is for CPython 2.7 --- a particular version of CPython. The Debian package of SCons would not work with a different version of CPython, nor with PyPy. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
