Re: [Distutils] .exe for script in Windows doesn't work

14 Jan
2011
14 Jan
'11
5:23 a.m.
At 10:45 PM 1/13/2011 +0100, Martin v. Löwis wrote:
How is that generated (i.e. what piece of code specifically generates it)?
See setuptools.command.install_scripts.run() - it makes .exe and -script.py/-script.pyw files. It has some hackery to detect bdist_wininst and use a relative #! line in that case, but it doesn't have equivalent hackery for bdist_msi.
4517
Age (days ago)
4517
Last active (days ago)
0 comments
1 participants
participants (1)
-
P.J. Eby