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]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
