From: Mark H. <ski...@gm...> - 2016-02-11 21:09:16
|
This is due to how py2exe works - it uses a pre-built stub and appends data to it without attempting to change any checksums. There's not much you can do about that (and probably no value in avast flagging it as a problem either - AV software seems to be in a race to the bottom) Mark On 12/02/2016 4:31 AM, Gufflet Yves wrote: > Hi, > > I generated an executable with py2exe but it fails to run on my machine > when avast is running. > I discovered with Dependency Walker that the "link checksum" for the exe > is in red and differs from the "real checksum" > I am not sure about the origin of the problem (virus or py2exe way of > doing things) neither how to fix it (I cannot guaranty that the final > user will have avast or not) > Any idea ? > > Thanks in advance, > > Yves > > --- > L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. > https://www.avast.com/antivirus > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > Py2exe-users mailing list > Py2...@li... > https://lists.sourceforge.net/lists/listinfo/py2exe-users > |