Hi Olli, On Wed, Dec 23, 2009 at 02:46:14PM +0800, Olli Wang wrote: > Hi, though the pypy-c-jit interpreter has been compiled successfully, but I > found a new problem. That is, I couldn't import any module in the > `pypy.rlib` package. Any idea?
Why you want to import pypy.rlib on top of a pypy-c, I cannot guess, but we might have more information about this fact: > $ ./pypy/translator/goal/pypy-c-jit.exe > 'import site' failed So I suggest to try "pypy-c-jit.exe -S" and typing "import site" to see what the error message is. Armin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
