[pypy-dev] Working version of pypy3 that support Python 3.3

Amaury Forgeot d'Arc amauryfa at gmail.com
Tue Jun 9 20:44:17 CEST 2015


2015-06-09 20:01 GMT+02:00 Ram Rachum <ram at rachum.com>:

> Ah, so I guess I have no choice but to download the linux version. I never
> downloaded Linux software before (only installed with package managers).
> How do you do that? Is it just a folder you download and run or is there
> some extra process involved?
>

Just unpack the archive in any directory, and run pypy from there.
http://pypy.org/download.html#installing

I usually use a command like:
  tar xvaf /path/to/pypy-c.tar.bz2 .



>
> On Tue, Jun 9, 2015 at 8:15 PM, Amaury Forgeot d'Arc <amauryfa at gmail.com>
> wrote:
>
>> 2015-06-09 19:11 GMT+02:00 Amaury Forgeot d'Arc <amauryfa at gmail.com>:
>>
>>> 2015-06-09 19:03 GMT+02:00 Ram Rachum <ram at rachum.com>:
>>>
>>>> Ah... Can I get that in Windows please?
>>>>
>>>
>>> I just started a translation.
>>> Please be patient, and it's very possible that it breaks in the middle...
>>>
>>
>> Actually it broke at the beginning :-/
>>
>>
>> http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/1921/steps/translate/logs/stdio
>> [translation:info]    File
>> "c:\pypy\buildbot\pypy-c-jit-win-x86-32\build\rpython\rlib\rposix.py", line
>> 273, in replace
>> [translation:info]     'On windows, os.replace() should overwrite the
>> destination')
>> [translation:ERROR] NotImplementedError: On windows, os.replace() should
>> overwrite the destination
>>
>>
>>
>>>
>>>
>>>>
>>>> On Tue, Jun 9, 2015 at 8:02 PM, Amaury Forgeot d'Arc <
>>>> amauryfa at gmail.com> wrote:
>>>>
>>>>> 2015-06-09 18:58 GMT+02:00 Ram Rachum <ram at rachum.com>:
>>>>>
>>>>>> Hi everyone,
>>>>>>
>>>>>> I want to test my PyPI package on pypy3, but my package only support
>>>>>> Python 3.3 and above. I know that a version of pypy3 that support Python
>>>>>> 3.3 is not ready yet, but is there a development version of it that I can
>>>>>> run so I could test my package and find any bugs in it? (And possibly also
>>>>>> bugs in pypy.)
>>>>>>
>>>>>
>>>>> Sure, we have builds for the linux64 platform:
>>>>> http://buildbot.pypy.org/nightly/py3.3/
>>>>>
>>>>>
>>>>> --
>>>>> Amaury Forgeot d'Arc
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Amaury Forgeot d'Arc
>>>
>>
>>
>>
>> --
>> Amaury Forgeot d'Arc
>>
>
>


-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20150609/bde7f8c3/attachment-0001.html>


More information about the pypy-dev mailing list