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

2015-10-07 Thread Amaury Forgeot d'Arc
2015-10-07 13:26 GMT+02:00 Armin Rigo : > Hi Ofir, > > On Wed, Oct 7, 2015 at 10:51 AM, Ofir Shwartz wrote: > > Is there any update on that matter? > > I tried it now and got the same results for the most updated jit and > no-jit > > pypy3.3. > > I looked into it a bit more. (I think it's sad th

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

2015-10-07 Thread Ofir Shwartz
Thank you for having a look. It's really sad that such a small involvement is put in such a terrific tool (I got great speed-ups compared to python3). Just to be precise, my report is based on pypy-c-jit-79909-4fa19970ddeb-linux64 (currently the latest), and the exact error is: ofir@psl-12core-se

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

2015-10-07 Thread Armin Rigo
Hi Ofir, On Wed, Oct 7, 2015 at 10:51 AM, Ofir Shwartz wrote: > Is there any update on that matter? > I tried it now and got the same results for the most updated jit and no-jit > pypy3.3. I looked into it a bit more. (I think it's sad that no-one had a look since June, but I suppose it just sh

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

2015-10-07 Thread Amaury Forgeot d'Arc
2015-10-07 10:51 GMT+02:00 Ofir Shwartz : > Is there any update on that matter? > I tried it now and got the same results for the most updated jit and > no-jit pypy3.3. > Obviously, pypy 3.2 runs perfectly good. > Please assist. > There are still many features missing from our pypy3.3. Help neede

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

2015-06-14 Thread Ram Rachum
That's cool :) On Sun, Jun 14, 2015 at 3:48 PM, Armin Rigo wrote: > Hi Ram, > > On 13 June 2015 at 10:06, Ram Rachum wrote: > > 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

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

2015-06-14 Thread Armin Rigo
Hi Ram, On 13 June 2015 at 10:06, Ram Rachum wrote: > 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 you

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

2015-06-13 Thread Amaury Forgeot d'Arc
Sorry, forget what I said. There is a big issue with the archive file, most stdlib files are missing. 2015-06-13 10:50 GMT+02:00 Amaury Forgeot d'Arc : > 2015-06-13 10:06 GMT+02:00 Ram Rachum : > >> Hello Armin, >> >> I already said I tried it 3 days ago and showed you the error I got, I'm >> not

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

2015-06-13 Thread Amaury Forgeot d'Arc
2015-06-13 10:06 GMT+02:00 Ram Rachum : > 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

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

2015-06-13 Thread Ram Rachum
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

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

2015-06-13 Thread Armin Rigo
Hi Ram, On 11 June 2015 at 16:28, Ram Rachum 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

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

2015-06-11 Thread Ryan Gonzalez
Random (probably wrong) idea: setting PYTHONPATH to ../lib-pypy (I think?). On June 11, 2015 7:54:05 AM CDT, Ram Rachum wrote: >Can someone please help? I want to get Pypy running and I don't know >how. > >On Wed, Jun 10, 2015 at 9:53 PM, Ram Rachum wrote: > >> I tried it, got this error: >> >>

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

2015-06-11 Thread Ram Rachum
Didn't work. On Thu, Jun 11, 2015 at 5:21 PM, Ryan Gonzalez wrote: > Random (probably wrong) idea: setting PYTHONPATH to ../lib-pypy (I think?). > > On June 11, 2015 7:54:05 AM CDT, Ram Rachum wrote: >> >> Can someone please help? I want to get Pypy running and I don't know how. >> >> On Wed, J

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

2015-06-11 Thread Ram Rachum
Can someone please help? I want to get Pypy running and I don't know how. On Wed, Jun 10, 2015 at 9:53 PM, Ram Rachum wrote: > I tried it, got this error: > > debug: OperationError: > debug: operror-type: ImportError > debug: operror-value: No module named 'encodings' > debug: OperationError:

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

2015-06-10 Thread Ram Rachum
I tried it, got this error: debug: OperationError: debug: operror-type: ImportError debug: operror-value: No module named 'encodings' debug: OperationError: debug: operror-type: AttributeError debug: operror-value: stdout On Tue, Jun 9, 2015 at 9:19 PM, Ryan Gonzalez wrote: > :: > > curl -

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

2015-06-09 Thread Amaury Forgeot d'Arc
2015-06-09 20:01 GMT+02:00 Ram Rachum : > 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?

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

2015-06-09 Thread Ryan Gonzalez
:: 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 wrote: > Ah, so I guess I have no

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

2015-06-09 Thread Ram Rachum
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

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

2015-06-09 Thread Amaury Forgeot d'Arc
2015-06-09 19:11 GMT+02:00 Amaury Forgeot d'Arc : > 2015-06-09 19:03 GMT+02:00 Ram Rachum : > >> 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:

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

2015-06-09 Thread Amaury Forgeot d'Arc
2015-06-09 19:03 GMT+02:00 Ram Rachum : > 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... > > On Tue, Jun 9, 2015 at 8:02 PM, Amaury Forgeot d'Arc > wrote: > >> 2015-06-09 18:58 GMT+02:00 Ram Rach

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

2015-06-09 Thread Ram Rachum
Ah... Can I get that in Windows please? On Tue, Jun 9, 2015 at 8:02 PM, Amaury Forgeot d'Arc wrote: > 2015-06-09 18:58 GMT+02:00 Ram Rachum : > >> 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

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

2015-06-09 Thread Amaury Forgeot d'Arc
2015-06-09 18:58 GMT+02:00 Ram Rachum : > 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 te