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

Ryan Gonzalez rymg19 at gmail.com
Tue Jun 9 20:19:07 CEST 2015


::

curl -L
http://buildbot.pypy.org/nightly/py3.3/pypy-c-jit-76553-deae634f291c-linux64.tar.bz2
> pypy.tar.bz2
tar xf pypy.tar.bz2
cd pypy-c-jit*
cd bin
./pypy # or ./pypy-c?

I *think* this is what you'd need to run.


On Tue, Jun 9, 2015 at 1:01 PM, Ram Rachum <ram at rachum.com> wrote:

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


-- 
Ryan
[ERROR]: Your autotools build scripts are 200 lines longer than your
program. Something’s wrong.
http://kirbyfan64.github.io/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20150609/fdc75bf5/attachment.html>


More information about the pypy-dev mailing list