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
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to