From: Thomas H. <th...@ct...> - 2013-11-25 20:03:32
|
Am 25.11.2013 19:42, schrieb goat: > Hi there, > > The business I work for uses py2exe for its Windows builds. I've been > tasked with providing unicode support for the software in Windows, which > mostly has to do with supporting path names comprised of characters from > different locales. > > It turns out that py2exe cannot run from a folder with characters > outside of the current Windows installation's locale (can't run the > frozen exe from a folder with chinese characters on a en-us Windows). > > I've modified the source to support that behavior, and I would love to > have people review the changes, to possibly include it in the official > release. > > For starters I would appreciate if someone could show to me where to > post the modified source. As I'm going to release a new version I'm interested in your patch. Can you port it to this mailing list? BTW: Python3 - I'm working on py2exe for it - will not have such a problem. Thanks, Thomas |