chinese codecs mit py2exe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Achim Domma

    chinese codecs mit py2exe

    Hi,

    I build successfully different COM servers with py2exe. In my setup.py I
    have something like this:

    opts = {
    "py2exe" : {
    "includes" : ["encodings","en codings.*"],
    "packages" : ["encodings"],
    }
    }

    This works fine with the standard encodings but seems to ignore the chinese
    codecs I have installed. Can somebody tell me, which includes and packages
    are required to get the chinese encodings to work.

    regards,
    Achim




Working...