Armin Rigo <[email protected]> added the comment: It looks like "pypy-2.7-icc-c" is not correctly installed and trying to load things from the current checkout's "lib_pypy" directory. You cannot just compile a pypy-2.7, then switch the working copy to the py3k branch, and expect the compiled pypy-2.7 to continue to work: it needs its own standard library. You must either install it fully, or use a different working copy.
________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1615> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
