On 10 Jan., 20:19, Giovanni Bajo <[email protected]> wrote: > Does it work in one-dir mode? And in one-file mode? What Python version > are you using? What operating system are you running on?
The problem occurs only in one-file mode, that's why I took the manifest from the one-dir output and put it in the output dir of one- file mode. I'm using WinXP SP3 and Python 2.6.5 > Can you please send: > > * The full output of Build.py I: Analyzing C:\Python26\python.exe I: Dependent assemblies of C:\Python26\python.exe: I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww Adding Microsoft.VC90.CRT to dependent assemblies of final executable I: Searching for assembly x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww... I: Found manifest C:\WINDOWS\WinSxS\Manifests \x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x- ww_d08d0375.manifest I: Searching for file msvcr90.dll I: Found file C:\WINDOWS\WinSxS \x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x- ww_d08d0375\msvcr90.dll I: Searching for file msvcp90.dll I: Found file C:\WINDOWS\WinSxS \x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x- ww_d08d0375\msvcp90.dll I: Searching for file msvcm90.dll I: Found file C:\WINDOWS\WinSxS \x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x- ww_d08d0375\msvcm90.dll I: Adding Microsoft.VC90.CRT.manifest I: Adding msvcr90.dll I: Adding msvcp90.dll I: Adding msvcm90.dll I: Adding python26.dll dependency of python.exe I: Skipping KERNEL32.dll dependency of python.exe I: Analyzing C:\WINDOWS\system32\python26.dll I: Dependent assemblies of C:\WINDOWS\system32\python26.dll: I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww I: Skipping KERNEL32.dll dependency of python26.dll I: Skipping USER32.dll dependency of python26.dll I: Skipping ADVAPI32.dll dependency of python26.dll I: Skipping SHELL32.dll dependency of python26.dll I: Analyzing C:\Python26\DLLs\_ctypes.pyd I: Skipping KERNEL32.dll dependency of _ctypes.pyd I: Skipping ole32.dll dependency of _ctypes.pyd I: Skipping OLEAUT32.dll dependency of _ctypes.pyd I: Analyzing C:\Python26\DLLs\select.pyd I: Skipping WSOCK32.dll dependency of select.pyd I: Skipping KERNEL32.dll dependency of select.pyd I: Analyzing C:\Python26\DLLs\unicodedata.pyd I: Skipping KERNEL32.dll dependency of unicodedata.pyd I: Analyzing C:\Python26\DLLs\bz2.pyd I: Skipping KERNEL32.dll dependency of bz2.pyd I: Analyzing C:\Python26\DLLs\_ssl.pyd I: Skipping WS2_32.dll dependency of _ssl.pyd I: Skipping KERNEL32.dll dependency of _ssl.pyd I: Skipping USER32.dll dependency of _ssl.pyd I: Skipping GDI32.dll dependency of _ssl.pyd I: Skipping ADVAPI32.dll dependency of _ssl.pyd I: Analyzing C:\Python26\lib\site-packages\win32\win32api.pyd I: Skipping USER32.dll dependency of win32api.pyd I: Skipping ADVAPI32.dll dependency of win32api.pyd I: Skipping SHELL32.dll dependency of win32api.pyd I: Skipping VERSION.dll dependency of win32api.pyd I: Skipping POWRPROF.dll dependency of win32api.pyd I: Adding pywintypes26.dll dependency of win32api.pyd I: Skipping KERNEL32.dll dependency of win32api.pyd I: Analyzing C:\Python26\DLLs\_socket.pyd I: Skipping WS2_32.dll dependency of _socket.pyd I: Skipping KERNEL32.dll dependency of _socket.pyd I: Analyzing C:\WINDOWS\system32\pywintypes26.dll I: Skipping ADVAPI32.dll dependency of pywintypes26.dll I: Skipping USER32.dll dependency of pywintypes26.dll I: Skipping ole32.dll dependency of pywintypes26.dll I: Skipping OLEAUT32.dll dependency of pywintypes26.dll I: Skipping KERNEL32.dll dependency of pywintypes26.dll Warnings written to .\pyInstallerR6034Issue \warnpyInstallerR6034Issue.txt checking PYZ rebuilding outPYZ1.toc because outPYZ1.pyz is missing building PYZ outPYZ1.toc checking PKG rebuilding outPKG3.toc because outPKG3.pkg is missing building PKG outPKG3.pkg checking EXE rebuilding outEXE2.toc because pyInstallerR6034Issue.exe missing building EXE from outEXE2.toc Appending archive to EXE .\pyInstallerR6034Issue\build \pyi.win32\pyInstallerR6034Issue\pyInstallerR6034Issue.exe checking COLLECT building because outCOLLECT4.toc missing or bad building COLLECT outCOLLECT4.toc > * A list of all files bundled in one-dir mode bz2.pyd Microsoft.VC90.CRT.manifest msvcm90.dll msvcp90.dll msvcr90.dll pyInstallerR6034Issue.exe pyInstallerR6034Issue.exe.manifest python26.dll pywintypes26.dll select.pyd unicodedata.pyd win32api.pyd _ctypes.pyd _socket.pyd _ssl.pyd Thanks, Stefan -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
