Python launcher (PEP 397) and emacs python-mode.el

Vinay Sajip vinay_sajip at yahoo.co.uk
Thu Jan 31 13:26:53 EST 2013


Thomas Heller <theller <at> ctypes.org> writes:

> <script>
> #!/usr/bin/python3.1-32
> import sys; print(sys.version)
> </script>
> 
> The python launcher starts 'c:\Python31\python.exe -3.1-32 script.py'.
> 

That doesn't seem right, the launcher on my system launches using

c:\Python31\python.exe script.py

if I just run script.py, or if I invoke it as

py -3.1-32 script.py

it still launches using

c:\Python31\python.exe script.py

Regards,

Vinay Sajip




More information about the Python-list mailing list