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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
31 matches
Mail list logo