Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95898

Re: Location of an Error Message

References <1331973293.1064548.1441222230547.JavaMail.ngmail@webmail12.arcor-online.net>
From Ian Kelly <ian.g.kelly@gmail.com>
Date 2015-09-02 15:23 -0600
Subject Re: Location of an Error Message
Newsgroups comp.lang.python
Message-ID <mailman.39.1441229073.8327.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, Sep 2, 2015 at 1:30 PM,  <stehlampen@arcor.de> wrote:
> Where are the error messages stored? E. g., in which (source code) file is the message "NameError: name 'sdfe' is not defined" stored (except for variable arguments like "sdfe")? I do know that I can throw exceptions for myself, but this question came to my mind in thinking about translating the error messages to improve Python's learning curve for newbies.

Grepping the source turns up this:

https://hg.python.org/cpython/file/tip/Python/ceval.c#l150

> Additionally, I would be grateful if you would give to me the file name (e. g. in hg.python.org) which is the Interpreter's first piece of source code which deals with the error strings.

What do you mean by "first"? I don't think the error messages are
centralized anywhere.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Location of an Error Message Ian Kelly <ian.g.kelly@gmail.com> - 2015-09-02 15:23 -0600

csiph-web