[Python-Dev] bdist_wininst (original) (raw)
Thomas Heller theller at python.net
Fri Jul 16 20:11:35 CEST 2004
- Previous message: [Python-Dev] bdist_wininst
- Next message: [Python-Dev] bdist_wininst
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
bdistwininst has seen a lot of bug fixes and improvements, mostly by Mark, partly by me. I'd like to 'improve' the visual appearance, too.
One improvement would be proper treatment of Unicode. Currently it doesn't seem to be possible to use unicode objects with umlauts in the arguments to distutils.core.setup(). Some of my Windows packages say "Author: Walter Dxf6rwald"
Walter, can you try out the attached patch? It seems to work for me. Both for unicode and ascii strings as author name, containing an umlaut.
Thanks,
Thomas
-------------- next part -------------- A non-text attachment was scrubbed... Name: bdist_wininst.diff Type: text/x-patch Size: 4164 bytes Desc: patch for distutils/command/bdist_wininst.py Url : http://mail.python.org/pipermail/python-dev/attachments/20040716/f1c71415/bdist_wininst.bin
- Previous message: [Python-Dev] bdist_wininst
- Next message: [Python-Dev] bdist_wininst
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]