Antoine Pitrou <[email protected]> added the comment: > 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10955> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
