On Fri, Oct 24, 2014 at 12:23 PM, RjOllos <[email protected]> wrote: > The win32 package seems to be created correctly from a win-amd64 install of > Python. This is surprising from what I read in the documentation, but the > documentation is not overly detailed: > https://docs.python.org/2/distutils/builtdist.html#cross-compiling-on-windows
I guess bdist_wininst command with --plat-name option doesn't work for executable launcher as expected. bdist_wininst --plat-name=win-amd64 on win32 environment generates executable launcher using cli-32.exe. I think that behavior is a defect. I've reported it in https://bitbucket.org/pypa/setuptools/issue/253. -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
