Paul Moore added the comment:

This is standard Windows behaviour. Executables are always located first in the 
directory where your program (in this case the Python executable) is running 
from - even before searching PATH.

If you want to use a different Python, you should specify the full path  to the 
executable - "subprocess.call(["C:\\Python34\\python.exe"])".

----------
resolution:  -> not a bug
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24793>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to