hardcode python script path

This commit is contained in:
Tomas Groth 2017-09-25 22:59:43 +02:00
parent c42ac962b1
commit 468f1a22c8
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
[executables]
innosetup = %(progfiles)s\Inno Setup 5\ISCC.exe
sphinx = %(pyroot)s\Scripts\sphinx-build.exe
#sphinx = %(pyroot)s\Scripts\sphinx-build.exe
sphinx = C:\python36\Scripts\sphinx-build.exe
#pyinstaller = %(here)s\..\..\PyInstaller-3.2\pyinstaller.py
pyinstaller = %(pyroot)s\Script\pyinstaller-script.py
#pyinstaller = %(pyroot)s\Script\pyinstaller-script.py
pyinstaller = C:\python36\Script\pyinstaller-script.py
vcbuild = %(progfiles)s\Microsoft Visual Studio 9.0\VC\vcpackages\vcbuild.exe
htmlhelp = %(progfiles)s\HTML Help Workshop\hhc.exe
psvince = %(here)s\psvince.dll