Hello everyone,
I would guess this question was asked before (and a lot), but I couldn't
find a proper explanation.
Here I have a Python project that would like to create, not one or two
executables (.exe files in my case, being on Windows), but at least
four. Since they would use the same libraries (like a PythonXX.dll
file), I would appreciate some kind of optimization to avoid having to
place each executable in a different directory.
So my questions are:
1. Can PyInstaller do that, seeing as it seems to only allow one executable?
2. Can I use the 'onefile' feature? Well, since I'll have four
executables, I would want 4 files, not one, the DLLs and other files
would be contained in the executables themselves.
Floor's yours!
Thanks,
Vincent
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/pyinstaller/31483547-6bab-b48e-c932-6f4e16d2723e%40gmail.com.