Re: [pypy-dev] Error running Idle

2020-02-28 Thread Armin Rigo
Hi Jerry, On Fri, 28 Feb 2020 at 16:56, Jerry Spicklemire wrote: > exec code in self.locals > ^ > SyntaxError: Missing parentheses in call to 'exec' This error comes from Python 3; it's not a syntax error in Python 2. When you're executing a Python file directly, it picks whatever P

Re: [pypy-dev] Error while integrating PyPy module in Yocto (Jethro branch) build.

2017-07-20 Thread Carl Friedrich Bolz-Tereick
Hi Jaymin, Welcome! This looks like an error that the meta-pypy build scripts produce? So it might be more productive to talk to them, since we don't know how that works. Cheers, Carl Friedrich On July 20, 2017 6:47:22 AM GMT+02:00, JAYMIN DABHI wrote: >Hi All, > > I am trying to inte

Re: [pypy-dev] error building source pypy2-v5.7.0 cygwin 32/windows 64

2017-03-28 Thread Armin Rigo
Hi Sergey, On 27 March 2017 at 07:38, Sergey Kurdakov wrote: > any guide for building latest pypy on Cygwin? or at least to fix those > mentioned errors? Cygwin is not officially supported. At some point in the past it used to work, thanks to contributions. If it no longer does, then a few fi

Re: [pypy-dev] Error Messages

2016-04-27 Thread Sayth Renshaw
Thanks for the feedback, just wondering really what the potential was. I sort of wish Ryan you hadn't used the word 'fine' its just a word that usually indicates something really needs to be done abs i had better shut up or its me; or it's about to break. Cheers Sayth On Wed, 27 Apr 2016 1:22 am

Re: [pypy-dev] Error Messages

2016-04-27 Thread Armin Rigo
Hi, On 27 April 2016 at 10:14, Maciej Fijalkowski wrote: > Any chance we can add this to cpython-differences? Couldn't find it > last time (and misremembered) Done (434d21e15d0d). Armin ___ pypy-dev mailing list pypy-dev@python.org https://mail.python

Re: [pypy-dev] Error Messages

2016-04-27 Thread Maciej Fijalkowski
Hi Armin Any chance we can add this to cpython-differences? Couldn't find it last time (and misremembered) On Tue, Apr 26, 2016 at 11:38 PM, Armin Rigo wrote: > Hi, > > On 26 April 2016 at 19:02, Carl Friedrich Bolz wrote: >> Those are simple cases, of course we use the same exception types the

Re: [pypy-dev] Error Messages

2016-04-26 Thread Steven D'Aprano
On Tue, Apr 26, 2016 at 11:38:30PM +0200, Armin Rigo wrote: > Hi, > > On 26 April 2016 at 19:02, Carl Friedrich Bolz wrote: > > Those are simple cases, of course we use the same exception types there. > > However, if you write exactly the wrong obscure code you sometimes get a > > different excep

Re: [pypy-dev] Error Messages

2016-04-26 Thread Armin Rigo
Hi, On 26 April 2016 at 19:02, Carl Friedrich Bolz wrote: > Those are simple cases, of course we use the same exception types there. > However, if you write exactly the wrong obscure code you sometimes get a > different exception type under some conditions. That's about TypeError versus Attribut

Re: [pypy-dev] Error Messages

2016-04-26 Thread Carl Friedrich Bolz
Those are simple cases, of course we use the same exception types there. However, if you write exactly the wrong obscure code you sometimes get a different exception type under some conditions. If you report them and they are easily fixable, we will. Carl Friedrich On April 26, 2016 6:38:31 P

Re: [pypy-dev] Error Messages

2016-04-26 Thread Maciej Fijalkowski
Not in *those* cases, but there are cases where CPython would raise different error classes depending e.g. on whether stuff is builtin function or not builtin function or the cpython errors are inconsistent. In those cases the exact error might be a bit different (I must admit I don't remember exam

Re: [pypy-dev] Error Messages

2016-04-26 Thread Steven D'Aprano
On Tue, Apr 26, 2016 at 06:16:39PM +0200, Maciej Fijalkowski wrote: > Typically the exception type is the same, but there is a bunch of > differences, especially around ValueError vs TypeError, noone should > rely on that anyway Do you mean that PyPy might change ValueError to TypeError, or vice

Re: [pypy-dev] Error Messages

2016-04-26 Thread Maciej Fijalkowski
On Tue, Apr 26, 2016 at 5:30 PM, Steven D'Aprano wrote: > On Tue, Apr 26, 2016 at 10:16:29AM -0500, Ryan Gonzalez wrote: >> I personally think it's fine: >> >> 1. CPython has pretty decent error messages. Other than long stack traces >> with recursion errors, or maybe column offsets, there isn't r

Re: [pypy-dev] Error Messages

2016-04-26 Thread Steven D'Aprano
On Tue, Apr 26, 2016 at 10:16:29AM -0500, Ryan Gonzalez wrote: > I personally think it's fine: > > 1. CPython has pretty decent error messages. Other than long stack traces > with recursion errors, or maybe column offsets, there isn't really anything > that could be significantly improved. Well,

Re: [pypy-dev] Error Messages

2016-04-26 Thread Carl Friedrich Bolz
Hi all, Some points: - in a couple of places pypy has better error messages than cpython, eg around calling functions with the wrong number of arguments, in complex cases. - we are certainly open to patches that improve the quality of our error messages, if that can be done with reasonable ef

Re: [pypy-dev] Error Messages

2016-04-26 Thread Ryan Gonzalez
I personally think it's fine: 1. CPython has pretty decent error messages. Other than long stack traces with recursion errors, or maybe column offsets, there isn't really anything that could be significantly improved. 2. Changing the actual errors would likely break...a *lot*! -- Ryan [ERROR]: Y

Re: [pypy-dev] error of gunicorn+gevent under pypy

2013-11-06 Thread KaShining
Fixed! -- Original -- From: "KaShining";; Date: Wed, Nov 6, 2013 11:46 AM To: "pypy-dev"; Subject: error of gunicorn+gevent under pypy set up gevent by http://smetj.net/installing-pypy-with-gevent-and-virtualenv-on-fedora.html and run my test.py by guni

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] 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] error message with windows

2013-10-26 Thread matti picus
This zip has been downloaded more than 15000 times and you are the first to report this problem. Please try again, and if it fails tell us exactly how you are downloading and opening it, what is your operating system and anything else that many help us to reproduce your specific problem https://bit

Re: [pypy-dev] error message with windows

2013-10-26 Thread Rami Chowdhury
On Oct 27, 2013 12:37 AM, "Trevor Langevin" wrote: > > On 25/10/2013 3:15 PM, Rami Chowdhury wrote: >> >> Hi Trevor, >> >> On Friday, October 25, 2013 at 18:20, Trevor Langevin wrote: >>> >>> I get an error message while trying to unzip you program "Please insert >>> the last disk of the multi-dis

Re: [pypy-dev] error message with windows

2013-10-25 Thread Rami Chowdhury
Hi Trevor, On Friday, October 25, 2013 at 18:20, Trevor Langevin wrote: > I get an error message while trying to unzip you program "Please insert > the last disk of the multi-disk set?" > > Where do I find this disk, its not included in the installer package? Can you please clarify which instal

Re: [pypy-dev] error

2012-02-14 Thread Daid
Hi, Ok. In that case, to reproduce, you'll need the "STL" file from Frans. And his ".skeinforge_pypy" folder from C:\documents and settings/[USER]/ (this contains all the configuration settings, cross platform compatible, needs to be in $HOME) And the SkeinPyPy release from github. If I encounter

Re: [pypy-dev] error

2012-02-14 Thread Armin Rigo
Hi, Frans answered with more details but in a private mail to me. I copied it to the following bug report: https://bugs.pypy.org/issue1045 This is really a pypy bug, because it should not be possible to get a "RPython error: AssertionError". It shows that an assert in the PyPy source code

Re: [pypy-dev] error

2012-02-14 Thread Daid
You don't check you email for a few days and this happens... For the pypy-dev people. This is about SkeinPyPy, a pre-packaged Python software package I made, which comes with PyPy. https://github.com/daid/SkeinPyPy The packaged version was 1.7 for the Alpha2 and Alpha3. And pypy-1.8 for Alpha4. I

Re: [pypy-dev] error

2012-02-13 Thread Armin Rigo
Hi Frans, Thank you, but we need to know at least: - the version of PyPy (is it the official PyPy 1.8?); - the program that is started (and how to install it, if complicated); - and for reference, the OS --- I guess Windows from the dump of Amaury. Also, I don't find yesterday's conversation wit

Re: [pypy-dev] error

2012-02-13 Thread Amaury Forgeot d'Arc
2012/2/13 Frans > Hi, > After an error report and a succesfull slicing and print yesterday there > is another eerror report. > I am curious to the fix. > And for people who cannot open .odt files, the console contains: Skeinforge settings have been saved. You do not have Tkinter, which is neede

Re: [pypy-dev] error

2012-02-13 Thread Maciej Fijalkowski
On Mon, Feb 13, 2012 at 11:19 AM, Frans wrote: > Hi, > After an error report and a succesfull slicing and print yesterday there is > another eerror report. > I am curious to the fix. Hi Frans. Can you tell us how to reproduce the problem? ___ pypy-dev