I tried using MERGE to reduce the filesize of my app, that is build 
independently,  e.g. CMD, GUI

CMD will call GUI if not argument is parsed to it, using subprocess.Popen

after using MERGE function, I can see the size is smaller for the GUI

but now CMD cannot call GUI correctly, and has following error,

Error loading Python DLL, C:\TEMP\_MEIxxxx\python27.dll (error code 126)

I can see from the _MEIxxxx that it is almost empty, no python runtime is 
in it,

I assume MERGE allow these two .exe to share the same _MEI directory when 
running together,
but it's not working the way I assume it to be, they both create their own 
_MEI and the dependant will have no runtime in it

is it that MERGE is not suppose to work for --onefile?


-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to