From 2cff6c5c7c777132276d51491de0c14a72780cf6 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Sat, 15 Mar 2014 21:54:32 +1100 Subject: [PATCH] python - Include `pythonw.exe' binaries --- python.json | 1 + python27.json | 1 + 2 files changed, 2 insertions(+) diff --git a/python.json b/python.json index c318dad0d4..cc2c42feec 100644 --- a/python.json +++ b/python.json @@ -15,6 +15,7 @@ "bin": [ "python.exe", "py.exe", + "pythonw.exe" [ "python.exe", "python3" ] ], "env_add_path": [ "scripts" ], diff --git a/python27.json b/python27.json index ee2f2fe173..9bff9fbb63 100644 --- a/python27.json +++ b/python27.json @@ -14,6 +14,7 @@ }, "bin": [ "python.exe", + "pythonw.exe", [ "python.exe", "python2" ] ], "env_add_path": [ "scripts" ],