On Monday 12 of January 2015 14:35:11 Glenn Ramsey wrote: > On my builds of a working app the libqcocoa.dylib file goes here: > > Contents/MacOS/qt5_plugins/platforms/ > > PyInstaller does this for me, though. I'm using a version from git from June > 2014. > > Glenn
Hi David,
I introduced for hooks variable 'binaries'. This variable should contain qt
plugins. My intention was to do that for PyQt hooks but did not get to it.
you could edit PyQt5 to
* add 'binaries' attribute with qt plugins (see hook-pythoncom.py for example)
* use the function that is used in PyQt4 hooks:
def hook(mod):
mod.add_binary()
--
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.
signature.asc
Description: This is a digitally signed message part.
