On Mon, 2010-03-01 at 12:26 +0100, Florian Höch wrote: > > Whoops, I forgot to complete one of my sentences... > > > > On 1 March 2010 12:23, Raoul Snyman<[email protected]> wrote: > >> No. There's a msvcr90.dll file in the output directory - IIRC when > >> building if those msvc* files weren't in Python's DLL directory. > > > > ... then PyInstaller would complain about the files not being there. > > Do I follow you correctly, you have moved the msvcrt90.dll into > C:\Python26\DLLs yourself, otherwise Pyinstaller would complain about > the missing file? But this was before applying the #39 patch, right? > The thing is, the msvc90* files cannot be used without the accompanying > manifest, which is what the patch takes care of (among a few other > things). Could you try removing that file from Python26's DLL directory? > Pyinstaller shouldn't complain with the patch. There definitely > shouldn't be any loose msvc90 files in the output dir after running > Build.py.
Do you think this is a situation that could be detected and diagnosed by PyInstaller? -- Giovanni Bajo Develer S.r.l. http://www.develer.com -- 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.
