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 pitrou
Recipients amaury.forgeotdarc, georg.brandl, pitrou, ronaldoussoren, vstinner
Date 2011-01-21.14:32:24
SpamBayes Score 4.679885e-05
Marked as misclassified No
Message-id <1295620341.3681.1.camel@localhost.localdomain>
In-reply-to <1295620240.78.0.690979723917.issue10955@psf.upfronthosting.co.za>
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.

I don't think this is a problem. We are only talking about
bootstrap-time importing of encodings modules. Once the encodings
machinery is initialized, importing non-ascii files should work fine.
History
Date User Action Args
2011-01-21 14:32:33pitrousetrecipients: + pitrou, georg.brandl, ronaldoussoren, amaury.forgeotdarc, vstinner
2011-01-21 14:32:24pitroulinkissue10955 messages
2011-01-21 14:32:24pitroucreate