Lino Website

Releases

unknown encoding: iso-8859-1

Wednesday, 6. April 2005 16:55.

One user reports a traceback when invoking the frozen openmail.py.

Traceback (most recent call last):
  File "openmail.py", line 31, in ?
  File "openmail.py", line 24, in main
  File "lino\timtools\mail.pyo", line 74, in readmail
LookupError: unknown encoding: iso-8859-1

For next release maybe the following change helps: in mkdist.py, replace

    setup(
        ...
        options= { "py2exe": {
        ...
        "includes": ,
        ...

with:

    setup(
        ...
        options= { "py2exe": {
        ...
        "includes": ["encodings.*" ],
        ...

(to be continued)

Copyright 2001-2007 Luc Saffre.
http://lino.saffre-rumma.ee
Generated 2007-06-07 16:22:25