diff --git a/build/build.py b/build/build.py index 7d8c7da..3718658 100644 --- a/build/build.py +++ b/build/build.py @@ -92,6 +92,9 @@ def get_build_info(): def get_pyinstaller_exe(): print "Trying to find PyInstaller executable in system PATH..." pyinstaller_exe = which(PYINSTALLER_EXE_NAME) + # pyinstaller_exe = r"c:\Python27\Scripts\pyinstaller.exe" + # pyinstaller_exe = r"c:\Python27x86\Scripts\pyinstaller.exe" + if not pyinstaller_exe: raise Exception("PyInstaller executable not found in system PATH!") else: