Re: [pypy-dev] error message with windows

2013-10-27 Thread Trevor Langevin
Thanks Matti for sending a new copy, this one unzips fine. Trev On 27/10/2013 8:04 PM, Chris Olds wrote: Yes, that is my assumption.  /cco On Oct 27, 2013, at 5:54 PM, Rami Ch

Re: [pypy-dev] error message with windows

2013-10-27 Thread Chris Olds
Yes, that is my assumption. /cco On Oct 27, 2013, at 5:54 PM, Rami Chowdhury wrote: > > On Oct 28, 2013 12:34 AM, "Chris Olds" wrote: > > > > This is the message you get when the zipfile is truncated. > > So most likely Trevor's download was incomplete or corrupted? > > > The directory at

Re: [pypy-dev] error message with windows

2013-10-27 Thread Rami Chowdhury
On Oct 28, 2013 12:34 AM, "Chris Olds" wrote: > > This is the message you get when the zipfile is truncated. So most likely Trevor's download was incomplete or corrupted? > The directory at the end of the file isn't found, which used to happen with multi-disk archives, so you're being prompted t

Re: [pypy-dev] error message with windows

2013-10-27 Thread Chris Olds
This is the message you get when the zipfile is truncated. The directory at the end of the file isn't found, which used to happen with multi-disk archives, so you're being prompted to insert it. This used to be reasonable, but now is just confusing. /cco On Oct 27, 2013, at 5:17 PM, Rami Chow

Re: [pypy-dev] error message with windows

2013-10-27 Thread Rami Chowdhury
On Sunday, October 27, 2013 at 10:04, Trevor Langevin wrote: > This email was where I was sent to by your web master. When you simply press "reply" in some email clients then you will send the reply only to the person who responded to you -- in this case me. Please be sure to use "reply all" to

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-27 Thread Rami Chowdhury
On Sun, Oct 27, 2013 at 2:05 PM, Alex Gaynor wrote: > It's only applicable (as far as I know) when upgrading from 10.8 to 10.9, so > our docs don't really seem like the right place for it. Having had a look, the PyPy install documentation (pypy/doc/getting-started-python.rst) doesn't have any not

Re: [pypy-dev] pypi blog shows strange on planet.python.org

2013-10-27 Thread Alex Gaynor
A. Thanks for the fix! Alex On Sun, Oct 27, 2013 at 2:26 PM, Armin Rigo wrote: > Hi Alex, > > On Sun, Oct 27, 2013 at 10:18 PM, Alex Gaynor > wrote: > > It's not unlikely I screwed up the formatted of the post :) If there's > some > > specific way I can fix it let me know. > > Ah, I see :

Re: [pypy-dev] pypi blog shows strange on planet.python.org

2013-10-27 Thread Armin Rigo
Hi Alex, On Sun, Oct 27, 2013 at 10:18 PM, Alex Gaynor wrote: > It's not unlikely I screwed up the formatted of the post :) If there's some > specific way I can fix it let me know. Ah, I see :-) It's because you pasted too much html from the ReST output --- you included the whole style section.

Re: [pypy-dev] pypi blog shows strange on planet.python.org

2013-10-27 Thread Alex Gaynor
It's not unlikely I screwed up the formatted of the post :) If there's some specific way I can fix it let me know. Alex On Sun, Oct 27, 2013 at 2:16 PM, Armin Rigo wrote: > Hi Holger, > > On Sun, Oct 27, 2013 at 10:06 PM, holger krekel > wrote: > > The last "Making coverage.py faster under py

Re: [pypy-dev] pypi blog shows strange on planet.python.org

2013-10-27 Thread Armin Rigo
Hi Holger, On Sun, Oct 27, 2013 at 10:06 PM, holger krekel wrote: > The last "Making coverage.py faster under pypy" blog shows > strangely on the Python planet, check it out: Maybe related: the formatting of http://morepypy.blogspot.com has changed recently, so it may be the case that blogspot t

Re: [pypy-dev] Using RPython for a semi-statically-typed language

2013-10-27 Thread Ryan
Thank you!! That will probably help a lot. Even in those special cases, since all types will derive from a common base, it might still show a very slight speed boost. Alex Gaynor wrote: >Hi Ryan, > >I'm not sure this completely answers your question, but the JIT does >let >you tell it when a cl

Re: [pypy-dev] Using RPython for a semi-statically-typed language

2013-10-27 Thread Ryan
Thank you!! That will probably help a lot. Even in those special cases, since all types will derive from a common base, it might still show a very slight speed boost. Alex Gaynor wrote: >Hi Ryan, > >I'm not sure this completely answers your question, but the JIT does >let >you tell it when a cl

[pypy-dev] pypi blog shows strange on planet.python.org

2013-10-27 Thread holger krekel
The last "Making coverage.py faster under pypy" blog shows strangely on the Python planet, check it out: http://planet.python.org/ I guess it's not a good idea to include the docutils comments or so. IIRC this didn't happen before. best, holger __

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-27 Thread Alex Gaynor
It's only applicable (as far as I know) when upgrading from 10.8 to 10.9, so our docs don't really seem like the right place for it. Alex On Sun, Oct 27, 2013 at 12:11 AM, Armin Rigo wrote: > Hi Alex, > > On Sat, Oct 26, 2013 at 5:25 PM, Alex Gaynor > wrote: > > Yup, if you run `xcode-select

Re: [pypy-dev] error message with windows

2013-10-27 Thread Rami Chowdhury
On Oct 27, 2013 9:08 AM, "Trevor Langevin" wrote: > > It failed in xp, vista, and win 7. > Can you provide any more details? Screenshots? Every step you took and the exact error messages you receive? Also, please reply to the list, not directly to me. > > > On 26/10/2013 4:40 PM, Rami Chowdhury

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-27 Thread Armin Rigo
Hi Alex, On Sat, Oct 26, 2013 at 5:25 PM, Alex Gaynor wrote: > Yup, if you run `xcode-select --install` everything fixes itself. How about writing down this magic line in the doc? A bientôt, Armin. ___ pypy-dev mailing list pypy-dev@python.org https