From 04c0ac9d8e60fa43b230d0c96ee42175b67bec76 Mon Sep 17 00:00:00 2001 From: chidea Date: Wed, 17 Jun 2015 02:40:10 +0900 Subject: [PATCH] Let PyWin32 extension installer find this python Not sure the correctness of it but this two lines will fix the issue that pywin32 extension installer being unable to find python installed with scoop. pywin32 installer : http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/ Reference : http://tech.valgog.com/2010/01/after-installing-64-bit-windows-7-at.html --- python.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python.json b/python.json index cf7edf4e29..cc031ba030 100644 --- a/python.json +++ b/python.json @@ -37,6 +37,8 @@ $create_reg.Invoke(\"Classes\\.py\", \"Python.File\") $create_reg.Invoke(\"Python\\PythonCore\\3.4\\InstallPath\", ` \"$dir\") + $create_reg.Invoke(\"Python\\PythonCore\\3.4\\PythonPath\", ` + \"$dir;$dir\\Lib\\;$dir\\DLLs\\\") ", "checkver": "

Latest: Python ([0-9\\.]+) - .*

" }