On Wednesday 16 of September 2015 15:32:34 Glenn Ramsey wrote:
> ./QtPrintSupport.framework/Versions/5/QtPrintSupport (needed by
> /Users/glenn/rp/thirdparty/qt-everywhere-opensource-src-5.5.0/qtbase/plugins
> /platforms/libqcocoa.dylib)
> 
> This is saying that several Qt framework libraries can't be found, but they
> seem to be getting packaged anyway. How are they being found?

Your Qt installation does not use absolute install paths but uses relative 
with @loader_path and similar.

PyInstaller might have issues how to resolve these relative paths and find the 
dependent dylibs.

PyInstaller is looking for qt plugins (libqcocoa.dylib) and then it tries to 
find files that depend on it.

The code for finding plugins is in ./PyInstaller/utils/hooks/hookutils.py.

It looks like you do not use homebrew or macports to install PyQt5. With 
homebrew or macports it might work.

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to