I'm trying to make my "dist" directory cleaner by moving all .so files into a "lib/" subdir. I modified the spec file to prepend "lib/" in front of a.binaries[:][0]. The collect function puts the .so files in their proper place in the dist directory, but the resulting binary cannot find them.
I know that this probably isn't the way to move the libraries around, but someone must have wanted a cleaner distribution directory. Is there anyway to make the end binary search "lib/*" for .sos? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
