Am Donnerstag, den 26.05.2005, 09:03 +1000 schrieb Mark Hammond:
What path does the final Inno file refer to? Is the entire path missing, or just that file missing from that path? IIRC, we explode the pywin32 installer and grab the file from there. I'm pretty sure that file is in pywin32, but can't speculate why it fails to end up where Inno wants it.
It doesn't look like that file is around anywhere in the tmp,src or build directories:
Administrator@zope /cygdrive/c/zope/build_28 $ find . -name "win*.exe" ./build/bin/Lib/site-packages/win32popenWin9x.exe ./src/Python-2.3.5/Lib/distutils/command/wininst.exe ./src/Python-2.3.5-extract/wininst.exe ./src/pywin32-204.win32-py2.3/PLATLIB/win32/win32popenWin9x.exe
Your original mail said:
The InnoSetup complained about pythonservice.exe to be missing during packaging the installer. Any ideas?
PythonService.exe wont match "win*.exe" Mark