My solution is made of a* launcher.py* process forking *dir1/child1.py* and *dir2/child2.py* using subprocess.Popen().
I've been looking at the multipackage features but I couldn't figure out how to package and get the solution working, *dir1/**child1.py* becomes *child1.exe*, *dir2/**chid2.py* becomes *child2.exe*, *launcher.exe* can't access them anymore. I wonder what the recommended solution is to achieve the packaging of such a software architecture. -- 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.
