Sounds great! One little comment though...and it's probably too late to suggest it...maybe it should be called "multipackage" or something else besides "multiprocess"? As soon as multiprocess is said, I think of the standard Python module 'multiprocess', and think that either the new version now supports that Python module, or that the new version uses multiprocessing to speed up the build or similar.
On Mon, Nov 29, 2010 at 11:15 AM, Daniele Maccio <[email protected]>wrote: > Hi everybody, > with revision 1190 a new feature has been introduced in pyinstaller: > multiprocess. Now it's possible to create linked packages that share > modules and libraries. Nothing changes in the old pyinstaller > behaviour and in spec files syntax. Pyinstaller old features remain > unmodified. > But if you need to deploy many connected packages at the same time, > you can use MERGE function inside spec file. MERGE filters analysis > object and avoid dependency duplications. As a consequence, you can > save hard-disk space. In this case you make one single spec file for > all scripts belonging to the bundle. > Putting the right thing in the correct place is really important in a > multiprocess situation. You need to place all packages (one-file and > one-dir) in the same directory, leaving structure unchanged. You can > use test*_multiprocess.spec in /buildtests like examples. > Technical documentation has been already updated on pyinstaller site. > > Regards, > [email protected] > > -- > 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]<pyinstaller%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/pyinstaller?hl=en. > > -- Daniel Hyams [email protected] -- 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.
