Re: Location of an Error Message

2015-09-02 Thread Ian Kelly
On Wed, Sep 2, 2015 at 1:30 PM, 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

Location of an Error Message

2015-09-02 Thread stehlampen
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