Still, I would like to be able to use --onedir. I have one project in mind which would require to include 50 MB or more in dll dependencies, I'm not sure whether putting them all into one exe is a good idea (performance reasons, but not only, there are also other reasons that I would like not to OT here).
Would it be hard to implement an option in pyinstaller to treat .pyd files the same as .py files and include them (hide them) into an exe? Or an option to pack all .pyd files into one big pyd? Czarek. > So your .spec files does not collect all required files (dlls and > others)?! Then it's no wonder, why the created --fileone package does > not work. You should use COLLECT for all "missing dlls and others". > > As Martin wrote: A hook may help. > > -- > Schönen Gruß - Regards > Hartmut Goebel -- 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.
