mathieu wrote: > How am I suppose to create two executable: a & b, while optimizing > distribution and having a shared python module.
I'd like to hear Giovanni's take on this as well, since I'll be running into this soon. My best idea so far is to have the distributed a & b executables live in a common folder (say AandB/), do a --onedir build in each development directory, then at the end of each .spec file, write code that moves or copies the build folder's contents to the AandB folder. Of course, you'll be overwriting the shared file(s) with each build, but that shouldn't be a problem. -- Don Dwiggins Advanced Publishing Technology --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
