A
Achim Domma
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
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