chinese codecs mit py2exe

Achim Domma domma at procoders.net
Wed Mar 3 16:49:27 EST 2004


Hi,

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

opts = {
    "py2exe" : {
        "includes" : ["encodings","encodings.*"],
        "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







More information about the Python-list mailing list