bug: pypy sandbox-2 (1dafe2678e0d) pypy_interact.py: No module named sandlib
I compiled pypy sandbox-2 (latest branch: 1dafe2678e0d) without errors, using
pypy ../../rpython/bin/rpython -O2 --sandbox targetpypystandalone
But unfortunately when following the instructions of executing pypy_interact out of the sandbox directory, yielded the this error:
./pypy_interact.py ../goal/pypy-sandbox Traceback (most recent call last): File "./pypy_interact.py", line 25, in from rpython.translator.sandbox.sandlib import SimpleIOSandboxedProc ImportError: No module named sandlib
I checked, there is indeed no sandlib module in the whole pypy directory structure. What could have went wrong ?