PySide+matplotlib application packaging with PyInstaller that used to work 
on Fedora 21 now gives a non-functioning executable. It wants to bundle 
PyQt5 and libQt5 libraries even though our code specifies QT_API=pyside. 
This is probably because matplotlib now has a Qt5 backend.

With those libraries left in the executable fails to run with "ImportError: 
No module named sip".

Removing those libraries is fails with "ImportError: No module named Qt".

I'm running the lastest git develop branch code .

Ideas? Thanks.

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