Windows: subprocess won't run different Python interpreter

Gisle Vanem gvanem at yahoo.no
Fri Nov 11 06:30:48 EST 2016


Thorsten Kampe wrote:

> My goal is to verify that other shells/interpreters on Windows work 
> the same way as Python when running an application or creating a sub-
> process. Cmd does not. What's else there? I have Bash here but that's 
> a Cygwin executable. And Cygwin Python does not work like Windows 
> Python.
> 
> Any ideas?

Is there a Python.exe in the Registry "App Paths". Either of these:
 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
or
 HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths

-- 
--gv



More information about the Python-list mailing list