[issue16344] Traceback Internationalization Proposal

Ezio Melotti report at bugs.python.org
Wed Oct 31 19:27:38 CET 2012


Ezio Melotti added the comment:

If only the error gets translated it might look more or less like:

Traceback (most recent call last):
  File "form.py", line 78, in <module>
    f = Form("factura.csv")
  File "form.py", line 12, in __init__
    for linea in open(infile).readlines():
IOError: [Errno 2] No such file or directory: 'factura.csv'
         [Errno 2] No existe el archivo o directorio: 'factura.csv'

@RDM
The PEP is already attached to the issue :)

@Mariano
Do you think it's possible to make this an external module?
Otherwise we could provide some hooks, and have language packages maintained by the community on PyPI.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16344>
_______________________________________


More information about the Python-bugs-list mailing list