[pypy-dev] Interactive fails on pypy

Paolo Basso pa.basso at gmail.com
Fri Jun 10 18:32:00 CEST 2011


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.cuni at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20110610/9a433e14/attachment.html>


More information about the pypy-dev mailing list