[pypy-dev] Failed to translate interpreter to JIT on Windows
Armin Rigo
arigo at tunes.org
Wed Dec 23 12:00:02 CET 2009
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
More information about the Pypy-dev
mailing list