On Friday, October 23, 2015 at 1:57:39 AM UTC-7, Martin Z wrote:
>
> Hi David, 
>
> my guess is that it is a missing qt5 plugin that is linked with the OSX 
> audio 
> capabilities. 
>
> Could you try create a hook-PyQt5.QtMultimedia.py and try to find out 
> what 
> directory with qt5 plugins is missing? 
>
> Something like this: 
>
>
> from PyInstaller.utils.hooks import qt5_plugins_binaries 
>
>
> binaries = qt5_plugins_binaries('DIR_WITH_MEDIA_PLUGIN') 
>
> I remember that with phonon it was similar issue. 
>
>
Searching the Qt folder I find two likely candidates (for audio) under 
plugins,

   plugins/audio/libqtaudio_coreaudio.dylib

   plugins/mediaservice/libqtmedia_audioengine.dylib

However for a "hook-PyQt5.QtMultimedia.py" it would probably be best to get 
the other items in "mediaservice" also,

   plugins/mediaservice/libqavfcamera.dylib
   plugins/mediaservice/libqavfmediaplayer.dylib

I will now attempt to write such a hook. (Pulls on hazmat suit, picks up 
AK-47, walks grimly into darkness...)


-- 
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.

Reply via email to