2015-06-13 10:06 GMT+02:00 Ram Rachum <r...@rachum.com>:

> Hello Armin,
>
> I already said I tried it 3 days ago and showed you the error I got, I'm
> not sure why you're assuming I haven't followed the instructions correctly.
> Is it so hard to believe that PyPy has a bug or the instructions need
> tweaking? (BTW your instructions weren't precise, the file to run is pypy3.)
>
> Here's my shell session trying your instructions:
>
> root@ubuntu:/home/ubuntu/Desktop# curl -O
> http://buildbot.pypy.org/nightly/py3.3/pypy-c-jit-76553-deae634f291c-linux64.tar.bz2
>   % Total    % Received % Xferd  Average Speed   Time    Time     Time
>  Current
>                                  Dload  Upload   Total   Spent    Left
>  Speed
> 100 19.7M  100 19.7M    0     0   458k      0  0:00:44  0:00:44 --:--:--
>  674k
> root@ubuntu:/home/ubuntu/Desktop# tar jxf
> pypy-c-jit-76553-deae634f291c-linux64.tar.bz2
> root@ubuntu:/home/ubuntu/Desktop# cd
> pypy-c-jit-76553-deae634f291c-linux64/bin/
> root@ubuntu:/home/ubuntu/Desktop/pypy-c-jit-76553-deae634f291c-linux64/bin#
> ./pypy
> bash: ./pypy: No such file or directory
> root@ubuntu:/home/ubuntu/Desktop/pypy-c-jit-76553-deae634f291c-linux64/bin#
> ./pypy3
> debug: OperationError:
> debug:  operror-type: ImportError
> debug:  operror-value: No module named 'encodings'
> debug: OperationError:
> debug:  operror-type: AttributeError
> debug:  operror-value: stdout
> root@ubuntu
> :/home/ubuntu/Desktop/pypy-c-jit-76553-deae634f291c-linux64/bin#
>
>
Can you try with
    LANG=C ./pypy3

And if it does, what's the value of LANG in your environment?



>
>
>
> On Sat, Jun 13, 2015 at 10:01 AM, Armin Rigo <ar...@tunes.org> wrote:
>
>> Hi Ram,
>>
>> On 11 June 2015 at 16:28, Ram Rachum <r...@rachum.com> wrote:
>> > Didn't work.
>>
>> All we can do is repeat the instructions.  Try following them exactly, at
>> first:
>>
>> - assuming you have downloaded pypy-c-jit-X.tar.bz2, for some value of X
>>
>> - run: tar jxf pypy-c-jit-X.tar.bz2
>>
>> - cd pypy-c-jit-X/bin
>>
>> - ./pypy
>>
>>
>> A bientôt,
>>
>> Armin.
>>
>
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>
>


-- 
Amaury Forgeot d'Arc
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to