[issue18069] Subprocess picks the wrong executable on Windows

2014-08-04 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> docs@python components: +Documentation nosy: +docs@python stage: -> needs patch ___ Python tracker ___ ___

[issue18069] Subprocess picks the wrong executable on Windows

2014-07-30 Thread Mark Lawrence
Mark Lawrence added the comment: Who is best placed to look at this, there's nobody active on the experts list for subprocess? -- components: +Library (Lib) -Interpreter Core nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python

[issue18069] Subprocess picks the wrong executable on Windows

2013-05-27 Thread berdario
berdario added the comment: I found out what's the problem, from the CreateProcess docs: http://msdn.microsoft.com/en-us/library/ms682425.aspx """ If the file name does not contain a directory path, the system searches for the executable file in the following sequence: The directory from which

[issue18069] Subprocess picks the wrong executable on Windows

2013-05-26 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti versions: -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue18069] Subprocess picks the wrong executable on Windows

2013-05-26 Thread berdario
New submission from berdario: To reproduce: I installed 2 versions of python: python2.7 and python3.3, both in C:\ I then used the distribute-setup and get-pip script on both interpreters http://python-distribute.org/distribute_setup.py https://raw.github.com/pypa/pip/master/contrib/get-pip.py I