sys.path da pypy:

['', 'C:\\Python26\\DLLs', 'C:\\Python26\\Lib',
'C:\\Python26\\Lib\\site-package
s', 'C:\\PyPy\\pypy-1.5.0a0-win32',
'C:\\PyPy\\pypy-1.5.0a0-win32\\lib_pypy', 'C
:\\PyPy\\pypy-1.5.0a0-win32\\lib-python\\modified-2.7',
'C:\\PyPy\\pypy-1.5.0a0-
win32\\lib-python\\2.7',
'C:\\PyPy\\pypy-1.5.0a0-win32\\lib-python\\modified-2.7
\\lib-tk' <file://lib-tk'/>,
'C:\\PyPy\\pypy-1.5.0a0-win32\\lib-python\\2.7\\lib-tk']

PYTHONPATH

C:\Python26\DLLs;C:\Python26\Lib;C:\Python26\Lib\site-packages;




2011/6/10 Antonio Cuni <anto.c...@gmail.com>

> On 10/06/11 18:00, Paolo Basso wrote:
> > Ok, I solved the problem, the patch works great (thanks Thomas) but the
> > problem was a conflict with the python 2.6 library from which the
> readline.py
> > module was loaded. Is it normal that it happens or it a problem of my
> > configuration?
>
> uhm, it seems that something is wrong.  PyPy should not try to load the
> modules of cpython's stdlib (it doesn't even know if/where it is
> installed!)
>
> What is your PYTHONPATH? And your sys.path?
>
> ciao,
> Anto
>
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to