From b8e44155dafd154bbe114e810291a1adb67f3fa5 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 3 Oct 2012 05:18:23 +0000 Subject: [PATCH] Python is now in nmap-mswin32-aux. --- zenmap/install_scripts/windows/copy_and_compile.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenmap/install_scripts/windows/copy_and_compile.bat b/zenmap/install_scripts/windows/copy_and_compile.bat index be7b1acb7..c404771ed 100755 --- a/zenmap/install_scripts/windows/copy_and_compile.bat +++ b/zenmap/install_scripts/windows/copy_and_compile.bat @@ -1,7 +1,7 @@ @echo off echo Setting installation variables... -set PythonDir=C:\Python27 +set PythonDir=..\..\nmap-mswin32-aux\Python set PythonEXE=%PythonDir%\python.exe set DistDir=dist set LibraryDir=%DistDir%\py2exe