This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients amaury.forgeotdarc, georg.brandl, pitrou, ronaldoussoren, vstinner
Date 2011-01-21.14:30:25
SpamBayes Score 5.5973505e-06
Marked as misclassified No
Message-id <1295620240.78.0.690979723917.issue10955@psf.upfronthosting.co.za>
In-reply-to
Content
The python32.zip file generated by py2app contains both files from the stdlib and application files.  I cannot avoid haveing non-ascii filenames when a python package contains data files that have such names.

The patch in Issue10972 would be nice to have, that way py2app can enforce that the zipfile uses UTF-8 names.
History
Date User Action Args
2011-01-21 14:30:40ronaldoussorensetrecipients: + ronaldoussoren, georg.brandl, amaury.forgeotdarc, pitrou, vstinner
2011-01-21 14:30:40ronaldoussorensetmessageid: <1295620240.78.0.690979723917.issue10955@psf.upfronthosting.co.za>
2011-01-21 14:30:25ronaldoussorenlinkissue10955 messages
2011-01-21 14:30:25ronaldoussorencreate