On Mon, 2008-11-17 at 17:02 -0800, Don Dwiggins wrote:
> 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?

Are you maybe using debug=1 in your spec file? That's the kind of output
you see when you activate debugging support.
-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to