Running latest 32-bit Python on 64-bit system

2015-11-13 Thread Christian Ullrich
Hello, I have a problem with using the (otherwise nice) Python launcher. How can I get it to run the highest 32-bit Python on my 64-bit system? This is on Windows, but I think it applies to other OSes as well. My application runs (unmodified) with Python 3.[345], but only with the 32-bit ver

Re: Running latest 32-bit Python on 64-bit system

2015-11-16 Thread Christian Ullrich
* Zachary Ware wrote: On Fri, Nov 13, 2015 at 4:52 AM, Christian Ullrich wrote: However, with the shebang syntax supported by the launcher, I can only demand a 32-bit version if I also specify the Python minor version I want, and I don't necessarily know that in advance. I can code a

Re: Launcher, and ftype Python.File

2015-11-18 Thread Christian Ullrich
* Terry Reedy wrote: On 11/18/2015 3:12 AM, Glenn Linderman wrote: d:\>ftype Python.File Python.File="C:\Windows\py.exe" "%L" %* Verified on my Win 10 I'm surprised by the "%L" where usually programs have "%1". Is this a new Windows feature I don't know about yet, or is it a bug in the in