Giovanni Bajo wrote: > Are you using PyInstaller trunk? > > This seems a cache coherency problem. PyInstaller caches UPX's > compressed binaries within the bincache* directories. There used to be a > problem with the cache (it was based on mtime, which is totally wrong on > retrospect). On trunk, it uses the md5 signatures of the files, which is > obviously much better.
OK, I just built with the head revision (549) of the trunk. The program runs fine, but there's a mess of messages on stdout or stderr, most beginning with 'importernm'. They don't seem to hurt anything, but it's hard to find my own debugging output amid the clutter; can I get rid of them? Thanks much, -- Don Dwiggins Advanced Publishing Technology --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
