On Mon, 2010-03-01 at 21:33 +0100, Florian Höch wrote: > Hi Giovanni, > > yes, I agree. This situation should be detectable. I think what happened > in this case was as follows: msvcr90.dll in Python26\DLLs directory > (added manually), #39 patch not applied. Configure.py -> Makespec.py -> > Build.py, now the msvcr90.dll is in the output directory. > Patch gets applied -> the DLL is skipped, but it's already in the output > dir. So, maybe it would be enough if we cleared the output dir when > running Build.py? > Does this sound about right?
Yes, I believe there have been many bugs in the past because of the output dir not being cleaned up. If you could come up with a patch, I'd be happy to review and apply it. -- 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.
