--------------------------------------------
On Mon, 21/10/13, Paul Moore <[email protected]> wrote:

 PS In pyzzer, is there a reason that -s on Windows couldn't
 default to
 something (maybe just "#!python") that works for "the
 currently active
 Python" out of the box so it matches Unix? Maybe with a
 separate
 option to hard-code sys.executable for when you want to
 "freeze" the
 binary to the interpreter you're using for the build (which
 would be
 useful on Unix too)?
 
The default is "#!/usr/bin/env python", which should search the path for a 
Python executable, including on Windows as long as the latest launcher version 
is installed.


_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to