> > In this case, I believe that /usr/local/lib is a common install > > location for 3rd party applications and libraries on the mac, so > > should be included. > > IMHO these applications do not honor the OS X coding style (same for > pyside). /usr/lib and /usr/local/lib are typical Unix paths, while OS X > used pathes like /Library/Frameworks.
I believe that paths like /Library/Frameworks are for Mac specific libraries, but as OS X is BSD based, its support of such paths is in addition to its support of common Unix paths used by generic Unix libraries. > Nevertheless it looks as if we need to support these paths :-( If that's the decision, then there will also need to be a list to exclude the libraries that the current implementation is trying to excluded, eg libstdc++.6.dylib and libSystem.B.dylib Cheers Mike -- 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.
