Jamal Mazrui
2016-03-08 17:07:01 UTC
Using py2exe configuration options, if an executable is built to be, as much as possible, a single .exe file, does it create needed components on disk as temporary files when initially loading? Based on the documentation of alternatives to py2exe, cx_Freeze and PyInstaller, they create such temporary files. I am unclear from the documentation of py2exe whether it does so as well.
I was hoping that components bundled into a py2exe executable are accessed in memory at runtime rather than saved to disk as temporary files, thereby acting more like an executable compiled with other programming languages, even though being considerably larger in size. If that is not the case, however, I wish to be informed accurately. Can anyone shed light on this?
Jamal
I was hoping that components bundled into a py2exe executable are accessed in memory at runtime rather than saved to disk as temporary files, thereby acting more like an executable compiled with other programming languages, even though being considerably larger in size. If that is not the case, however, I wish to be informed accurately. Can anyone shed light on this?
Jamal