[pypy-dev] Interactive fails on pypy

Antonio Cuni anto.cuni at gmail.com
Fri Jun 10 19:02:51 CEST 2011


On 10/06/11 18:32, Paolo Basso wrote:
> PYTHONPATH
>  
> C:\Python26\DLLs;C:\Python26\Lib;C:\Python26\Lib\site-packages;

this is the problem. You are explicitly telling pypy to import modules from
cpython's stdlib.

Why do you have such a pythonpath, btw? It's not needed, CPython can determine
its own automatically.

ciao,
Anto


More information about the pypy-dev mailing list