#167: Multi-executable support
--------------------------+-------------------------------------------------
Reporter: giovannibajo | Owner: giovannibajo
Type: defect | Status: new
Priority: normal | Milestone: PyInstaller 1.5
Component: PyInstaller | Version:
Severity: blocker | Keywords:
--------------------------+-------------------------------------------------
PyInstaller should grow support for packing programs made of multiple
executables.
Currently, there is no way to leverage common parts between multiple
executables. Each executable must be build isolated from the others:
* In one-dir mode, dynamic libraries will be reused because they sit on
the filesystem, but all Python modules will be duplicated within the two
executables.
* In one-file mode, all dynamic libraries and modules are duplicated
within each executable.
It is possible to do much better than this, and let each executable reuse
parts extracted from other executables.
--
Ticket URL: <http://www.pyinstaller.org/ticket/167>
PyInstaller <http://www.pyinstaller.org>
PyInstaller Project
--
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.