> > PyInstaller is pulling in Qt5+PyQt5 parts that I don't want/need because > (I think) matplotlib now support Qt5. > > > Have you tried freezing from within a virtual env where PyQT5 is not > available? This might be a bit tricky to have Pyside and mathplot in there. >
That's a good idea but I didn't try that yet. I'm hoping it doesn't come to that. My main motivation here is to help get this fixed (or find a work-around). > skip the PyQt libs but previously I just added PyQt4 libs to excludes and > all was well. With Fedora 22 when I add the Qt5+PyQt5 libs to excludes this > "trick" no longer works > > > What exaclty do you mean with "no longer works"? Modules added to excludes > should be still excluded. If not, we have a problem. Please test with the > current development version. > The application won't run when I exclude all that. I just get a different ImportError. The modules are excluded but the application appears to still depend on them at runtime for some reason. I can find no way to bundle with PyInstaller that works now. This is a change in PyInstaller that I wanted to make the developers aware of. > -- 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.
