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